X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-stub-ws.h;h=3bb56febf2363b5c00e6ae266270c5d859e528a8;hb=ca820c65c2b03a24e8936218171c6c1d138fd1f7;hp=4e07f9824f3c0452352fecf266edf0149c09fa33;hpb=f15ea770dd9b13a20331853a026091316984f9ca;p=src%2Fapp-framework-binder.git diff --git a/src/afb-stub-ws.h b/src/afb-stub-ws.h index 4e07f982..3bb56feb 100644 --- a/src/afb-stub-ws.h +++ b/src/afb-stub-ws.h @@ -18,13 +18,14 @@ #pragma once +struct fdev; struct afb_stub_ws; struct afb_apiset; struct afb_api; -extern struct afb_stub_ws *afb_stub_ws_create_client(int fd, const char *apiname, struct afb_apiset *apiset); +extern struct afb_stub_ws *afb_stub_ws_create_client(struct fdev *fdev, const char *apiname, struct afb_apiset *apiset); -extern struct afb_stub_ws *afb_stub_ws_create_server(int fd, const char *apiname, struct afb_apiset *apiset); +extern struct afb_stub_ws *afb_stub_ws_create_server(struct fdev *fdev, const char *apiname, struct afb_apiset *apiset); extern void afb_stub_ws_unref(struct afb_stub_ws *stubws);