X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.h;h=f717cc8dee8f54fd3ce06f664243c52fce7f845e;hb=abbe8f79355cc7aa2ef906c626c1a43ea4762d88;hp=aa2cf117dd50fdcc4822c1b942de76cfdda7da9b;hpb=bd375330fe7e3d79495762bcc7c86d907a453aae;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.h b/src/afb-hreq.h index aa2cf117..f717cc8d 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -74,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);