diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-04-26 21:57:09 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-04-26 21:57:09 +0200 |
commit | d0c6ddd92fe99c8ad0059c7ba96a62c09fc3a63d (patch) | |
tree | 40a0ac591355ed7ed2df9c334957847337769c0f | |
parent | 6309ade131c20f1ad3a8385921e0fb278dfe850c (diff) |
predeclare the structure
Change-Id: I11173ae47dec95e0573929ebe941a01f8da0b038
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/afb-hreq.h | 1 |
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; |