Introduce apiset for grouping apis
[src/app-framework-binder.git] / src / afb-api-ws.h
index 9da4e01..831d5ea 100644 (file)
 
 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);