Fix typedef for afb_stored_req
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 2 Jun 2017 16:02:09 +0000 (18:02 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 2 Jun 2017 16:02:09 +0000 (18:02 +0200)
Change-Id: I3c1cbb4a8a5473af5ac520441fecd1e5f3f253b3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
include/afb/afb-binding.h

index ae700f4..682dcbd 100644 (file)
@@ -82,6 +82,7 @@ typedef struct afb_daemon               afb_daemon;
 typedef struct afb_event                afb_event;
 typedef struct afb_arg                  afb_arg;
 typedef struct afb_req                  afb_req;
+typedef struct afb_stored_req           afb_stored_req;
 typedef struct afb_service              afb_service;
 
 #if 0