X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-ws-json1.h;h=024dd8c0a34ca5219a570bf5a77472a09c66c9e9;hb=ca820c65c2b03a24e8936218171c6c1d138fd1f7;hp=96db1bc6387c87a65b3e6653c093a55ab15a4fd4;hpb=f15ea770dd9b13a20331853a026091316984f9ca;p=src%2Fapp-framework-binder.git diff --git a/src/afb-ws-json1.h b/src/afb-ws-json1.h index 96db1bc6..024dd8c0 100644 --- a/src/afb-ws-json1.h +++ b/src/afb-ws-json1.h @@ -20,8 +20,9 @@ struct afb_ws_json1; struct afb_context; struct afb_apiset; +struct fdev; -extern struct afb_ws_json1 *afb_ws_json1_create(int fd, struct afb_apiset *apiset, struct afb_context *context, void (*cleanup)(void*), void *closure); +extern struct afb_ws_json1 *afb_ws_json1_create(struct fdev *fdev, struct afb_apiset *apiset, struct afb_context *context, void (*cleanup)(void*), void *closure); extern struct afb_ws_json1 *afb_ws_json1_addref(struct afb_ws_json1 *ws); extern void afb_ws_json1_unref(struct afb_ws_json1 *ws);