Factorize common code for handling requests
[src/app-framework-binder.git] / src / afb-evt.h
index bd765b8..5b96b93 100644 (file)
@@ -18,8 +18,8 @@
 #pragma once
 
 struct afb_event;
-struct AFB_clientCtx;
-
+struct afb_session;
+struct json_object;
 struct afb_evt_listener;
 
 struct afb_evt_itf