X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.h;h=f717cc8dee8f54fd3ce06f664243c52fce7f845e;hb=abbe8f79355cc7aa2ef906c626c1a43ea4762d88;hp=5c09e4e63b14ffccd890918e6fc49062a1de502b;hpb=fcef933b69ccc363ad10d9f7308f02c5dc474ff6;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.h b/src/afb-hreq.h index 5c09e4e6..f717cc8d 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -15,7 +15,8 @@ * limitations under the License. */ -struct AFB_session; +#pragma once + struct AFB_clientCtx; struct json_object; @@ -73,3 +74,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);