aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hreq.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-04-26 21:57:09 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-04-26 21:57:09 +0200
commitd0c6ddd92fe99c8ad0059c7ba96a62c09fc3a63d (patch)
tree40a0ac591355ed7ed2df9c334957847337769c0f /src/afb-hreq.h
parent6309ade131c20f1ad3a8385921e0fb278dfe850c (diff)
predeclare the structure
Change-Id: I11173ae47dec95e0573929ebe941a01f8da0b038 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-hreq.h')
-rw-r--r--src/afb-hreq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-hreq.h b/src/afb-hreq.h
index f717cc8d..76d1d430 100644
--- a/src/afb-hreq.h
+++ b/src/afb-hreq.h
@@ -19,6 +19,7 @@
struct AFB_clientCtx;
struct json_object;
+struct hreq_data;
struct afb_hreq {
const char *cacheTimeout;