aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hreq.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-04-07 19:57:25 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-04-07 19:57:25 +0200
commit911df9d068b3e259dcab970ded4132a7397f565f (patch)
treeaa514a649d95c13fa6dffa048584ff35d7870464 /src/afb-hreq.h
parent5d088cbac7130e9ec8655218acb15dd22b20a7f8 (diff)
improves websockets
Change-Id: I5b941a043838d438c0acc31623ce9361fa742f35 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-hreq.h')
-rw-r--r--src/afb-hreq.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/afb-hreq.h b/src/afb-hreq.h
index 8fbc5634..37bda99e 100644
--- a/src/afb-hreq.h
+++ b/src/afb-hreq.h
@@ -61,9 +61,4 @@ extern struct afb_req afb_hreq_to_req(struct afb_hreq *hreq);
extern struct AFB_clientCtx *afb_hreq_context(struct afb_hreq *hreq);
-extern int afb_hreq_one_page_api_redirect(struct afb_hreq *hreq, void *data);
-
-extern int afb_hreq_websocket_switch(struct afb_hreq *hreq, void *data);
-
-extern int afb_hreq_rest_api(struct afb_hreq *hreq, void *data);