diff options
Diffstat (limited to 'src/hs-helper.h')
-rw-r--r-- | src/hs-helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hs-helper.h b/src/hs-helper.h index 3195daf..a2fc0a9 100644 --- a/src/hs-helper.h +++ b/src/hs-helper.h @@ -20,6 +20,9 @@ #include <afb/afb-binding.h> #include <json-c/json.h> +#define AFB_EVENT_BAD_REQUEST 100 +#define AFB_REQ_SUBSCRIBE_ERROR 101 +#define AFB_REQ_UNSUBSCRIBE_ERROR 102 typedef enum REQ_ERROR { |