X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-ws-json1.h;h=f714c222b378c4ef95782429436e09bdbc3430c3;hb=c6b4fa9e2c35d5c8bdbf929b6f1622f31afd35c9;hp=fedbcf6c487cc739e8b81051497eeb06a76add1f;hpb=28158192742ead144454e071720d10bf5218a20b;p=src%2Fapp-framework-binder.git diff --git a/src/afb-ws-json1.h b/src/afb-ws-json1.h index fedbcf6c..f714c222 100644 --- a/src/afb-ws-json1.h +++ b/src/afb-ws-json1.h @@ -19,6 +19,9 @@ struct afb_ws_json1; struct afb_context; +struct afb_req_itf; + +extern const struct afb_req_itf afb_ws_json1_req_itf; extern struct afb_ws_json1 *afb_ws_json1_create(int fd, struct afb_context *context, void (*cleanup)(void*), void *closure);