X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-ws.h;h=fadb3cb520721041f37c08631476678347e0191b;hb=f1b9dde05e420a06ee4a3f53d8bbd2739e255fb3;hp=44dedca31e14e2e40aa0c1c9366a2090771e8208;hpb=f998f25fca8fc2cb4d1ff6bc6b9dd3b7ba5322ce;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-ws.h b/src/afb-api-ws.h index 44dedca3..fadb3cb5 100644 --- a/src/afb-api-ws.h +++ b/src/afb-api-ws.h @@ -20,7 +20,9 @@ struct afb_apiset; -extern int afb_api_ws_add_client(const char *path, struct afb_apiset *apiset); +extern int afb_api_ws_add_client(const char *path, struct afb_apiset *apiset, int strong); +extern int afb_api_ws_add_client_strong(const char *path, struct afb_apiset *apiset); +extern int afb_api_ws_add_client_weak(const char *path, struct afb_apiset *apiset); extern int afb_api_ws_add_server(const char *path, struct afb_apiset *apiset);