Improve HS_ClientManager and fix issue
[apps/agl-service-homescreen.git] / src / hs-helper.h
index 3195daf..a2fc0a9 100644 (file)
@@ -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
 {