X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.h;h=fb914f13e377a57fe45cdba27452bcfee7e48282;hb=bbe18a624f4961165cf52d7f4c25de6f3a7ec012;hp=01409a58734a2a633cad5882bc76785afb61f967;hpb=c95f72616f59a317f72c58c0e5664992504a48e5;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.h b/src/afb-hreq.h index 01409a58..fb914f13 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -15,9 +15,10 @@ * limitations under the License. */ +struct AFB_session; struct afb_hreq { - AFB_session *session; + struct AFB_session *session; struct MHD_Connection *connection; enum afb_method method; const char *version; @@ -60,5 +61,3 @@ extern struct afb_req afb_hreq_to_req(struct afb_hreq *hreq); extern void afb_hreq_drop_data(struct afb_hreq *hreq); -extern void afb_hreq_iterate_arguments(struct afb_hreq *hreq, int (*iterator)(void *closure, const char *key, const char *value, int isfile), void *closure); -