X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.h;h=76d1d430af22f301a7174138bcef191130b244b2;hb=d0c6ddd92fe99c8ad0059c7ba96a62c09fc3a63d;hp=5c09e4e63b14ffccd890918e6fc49062a1de502b;hpb=fcef933b69ccc363ad10d9f7308f02c5dc474ff6;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.h b/src/afb-hreq.h index 5c09e4e6..76d1d430 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -15,9 +15,11 @@ * limitations under the License. */ -struct AFB_session; +#pragma once + struct AFB_clientCtx; struct json_object; +struct hreq_data; struct afb_hreq { const char *cacheTimeout; @@ -73,3 +75,4 @@ extern void afb_hreq_reply_free(struct afb_hreq *hreq, unsigned status, size_t s extern void afb_hreq_reply_empty(struct afb_hreq *hreq, unsigned status, ...); +extern int afb_hreq_init_download_path(const char *directory);