aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hreq.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-29 16:41:36 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-29 16:41:36 +0200
commitacdf592fee6d7f1970e42e31c23c2a88196051aa (patch)
tree34a526d1f7c1a530d085a3b9c54052c860326bd4 /src/afb-hreq.h
parent4d603302535155ffe71208e86de14c7abc4e775d (diff)
splitting rest-api in two parts
Change-Id: I6c1982660d60c5496b5ea0cd50fb8274e2eaf703 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 f2362b10..b5f1e0b2 100644
--- a/src/afb-hreq.h
+++ b/src/afb-hreq.h
@@ -58,3 +58,4 @@ extern const char *afb_hreq_get_argument(struct afb_hreq *hreq, const char *name
extern const char *afb_hreq_get_header(struct afb_hreq *hreq, const char *name);
extern struct afb_req_itf afb_hreq_itf;
+