example of integration with websocket in C
[src/app-framework-binder.git] / src / session.h
index c272245..a4c0522 100644 (file)
@@ -23,6 +23,7 @@ struct AFB_clientCtx;
 struct afb_event_listener_itf
 {
        void (*send)(void *closure, const char *event, struct json_object *object);
+       int (*expects)(void *closure, const char *event);
 };
 
 struct afb_event_listener