From: José Bollo Date: Tue, 26 Apr 2016 19:57:09 +0000 (+0200) Subject: predeclare the structure X-Git-Tag: blowfish_2.0.1~162 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d0c6ddd92fe99c8ad0059c7ba96a62c09fc3a63d;p=src%2Fapp-framework-binder.git predeclare the structure Change-Id: I11173ae47dec95e0573929ebe941a01f8da0b038 Signed-off-by: José Bollo --- 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;