X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.h;h=772cd677b3b9948b26b04e426c37d3eb001be5c6;hb=d8ef25780bffa6f91f013ef71b1ede908325e59d;hp=8e12b62d54351501a0a1726db7ff8712de72282a;hpb=ece754d98ecf9f5b81f5a6e002ee7ea2289a75bb;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.h b/src/afb-hreq.h index 8e12b62d..772cd677 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -21,6 +21,9 @@ struct AFB_clientCtx; struct json_object; struct hreq_data; struct afb_hsrv; +struct afb_req_itf; + +extern const struct afb_req_itf afb_hreq_req_itf; struct afb_hreq { /* @@ -58,7 +61,7 @@ extern int afb_hreq_reply_file_if_exist(struct afb_hreq *request, int dirfd, con extern int afb_hreq_reply_file(struct afb_hreq *request, int dirfd, const char *filename); -extern int afb_hreq_redirect_to(struct afb_hreq *request, const char *url); +extern int afb_hreq_redirect_to(struct afb_hreq *request, const char *url, int add_query_part); extern const char *afb_hreq_get_cookie(struct afb_hreq *hreq, const char *name);