predeclare the structure
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 26 Apr 2016 19:57:09 +0000 (21:57 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 26 Apr 2016 19:57:09 +0000 (21:57 +0200)
Change-Id: I11173ae47dec95e0573929ebe941a01f8da0b038
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-hreq.h

index f717cc8..76d1d43 100644 (file)
@@ -19,6 +19,7 @@
 
 struct AFB_clientCtx;
 struct json_object;
+struct hreq_data;
 
 struct afb_hreq {
        const char *cacheTimeout;