X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-stub-ws.h;fp=src%2Fafb-stub-ws.h;h=e14eac17a5cea1c0620463c7d2c75362484ae563;hb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;hp=aa643363605bcb15cbdd1e56cc080af2252b7867;hpb=63682b4da9d3e892d1d0a671de860adc43068142;p=src%2Fapp-framework-binder.git diff --git a/src/afb-stub-ws.h b/src/afb-stub-ws.h index aa643363..e14eac17 100644 --- a/src/afb-stub-ws.h +++ b/src/afb-stub-ws.h @@ -21,7 +21,7 @@ struct fdev; struct afb_stub_ws; struct afb_apiset; -struct afb_api; +struct afb_api_item; extern struct afb_stub_ws *afb_stub_ws_create_client(struct fdev *fdev, const char *apiname, struct afb_apiset *apiset); @@ -35,7 +35,7 @@ extern void afb_stub_ws_on_hangup(struct afb_stub_ws *stubws, void (*on_hangup)( extern const char *afb_stub_ws_name(struct afb_stub_ws *stubws); -extern struct afb_api afb_stub_ws_client_api(struct afb_stub_ws *stubws); +extern struct afb_api_item afb_stub_ws_client_api(struct afb_stub_ws *stubws); extern int afb_stub_ws_client_add(struct afb_stub_ws *stubws, struct afb_apiset *apiset);