aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-ws.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-api-ws.h')
-rw-r--r--src/afb-api-ws.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/afb-api-ws.h b/src/afb-api-ws.h
index 9da4e012..831d5ea0 100644
--- a/src/afb-api-ws.h
+++ b/src/afb-api-ws.h
@@ -20,10 +20,8 @@
struct afb_req_itf;
-extern const struct afb_req_itf afb_api_ws_req_itf;
+extern int afb_api_ws_add_client(const char *path, struct afb_apiset *apiset);
-extern int afb_api_ws_add_client(const char *path);
-
-extern int afb_api_ws_add_server(const char *path);
+extern int afb_api_ws_add_server(const char *path, struct afb_apiset *apiset);