aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-06-02 18:02:09 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-06-02 18:02:09 +0200
commit8da617e5b39cea4e7aab9bea25fba9c0d2d59f5b (patch)
tree21646d32cb8fe1e778aa2aeaada0668ebfcc7288 /include
parent8a30491d5e60239a338e485311a29c43398726e9 (diff)
Fix typedef for afb_stored_req
Change-Id: I3c1cbb4a8a5473af5ac520441fecd1e5f3f253b3 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r--include/afb/afb-binding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h
index ae700f41..682dcbd6 100644
--- a/include/afb/afb-binding.h
+++ b/include/afb/afb-binding.h
@@ -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