X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.h;h=37bda99ecb25307f26dd9367dc72395bbc9f796c;hb=911df9d068b3e259dcab970ded4132a7397f565f;hp=8fbc56347708fa11472c50454799ce1d0a9b3814;hpb=5d088cbac7130e9ec8655218acb15dd22b20a7f8;p=src%2Fapp-framework-binder.git 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);