X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hswitch.h;h=92273a0a52eba48bfeda2b9e820a9c9b9d0536a7;hb=408acbdce381f1e70985eae9f96d036689f3d0aa;hp=ece5608b77727e61ae0b9bd6b7a3c7cbd45b61fb;hpb=8112056eecede587bf884f56629858c8b21bdbec;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hswitch.h b/src/afb-hswitch.h index ece5608b..92273a0a 100644 --- a/src/afb-hswitch.h +++ b/src/afb-hswitch.h @@ -1,5 +1,5 @@ -/* - * Copyright (C) 2015, 2016 "IoT.bzh" +/* + * Copyright (C) 2015-2018 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * @@ -19,6 +19,7 @@ #pragma once struct afb_hreq; + extern int afb_hswitch_apis(struct afb_hreq *hreq, void *data); extern int afb_hswitch_one_page_api_redirect(struct afb_hreq *hreq, void *data); extern int afb_hswitch_websocket_switch(struct afb_hreq *hreq, void *data);