aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hreq.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-04-17 18:33:41 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-04-17 18:33:41 +0200
commitabbe8f79355cc7aa2ef906c626c1a43ea4762d88 (patch)
tree611772af4ec17ed818bf0510e22ac79879fedc5d /src/afb-hreq.h
parentbd375330fe7e3d79495762bcc7c86d907a453aae (diff)
set download path
Change-Id: Ib42157297a868056ab20338b806cc06e5322b274 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-hreq.h')
-rw-r--r--src/afb-hreq.h1
1 files changed, 1 insertions, 0 deletions
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);