X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-ws.h;h=44dedca31e14e2e40aa0c1c9366a2090771e8208;hb=550b36945f2e9eae1fc4b822ea9a00a2a866eb83;hp=9da4e0124e34ae551125426aece9ed426d715435;hpb=a38382e89710db2c298f7f101e3ba0cf3681287c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-ws.h b/src/afb-api-ws.h index 9da4e012..44dedca3 100644 --- a/src/afb-api-ws.h +++ b/src/afb-api-ws.h @@ -18,12 +18,10 @@ #pragma once -struct afb_req_itf; +struct afb_apiset; -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);