X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-ws-json1.h;fp=src%2Fafb-ws-json1.h;h=fedbcf6c487cc739e8b81051497eeb06a76add1f;hb=28158192742ead144454e071720d10bf5218a20b;hp=964835bd530fa60b35cba0cd471e138c94405cb7;hpb=5c1e761a2f84439b6e53ff1682ee665a7db2bca1;p=src%2Fapp-framework-binder.git diff --git a/src/afb-ws-json1.h b/src/afb-ws-json1.h index 964835bd..fedbcf6c 100644 --- a/src/afb-ws-json1.h +++ b/src/afb-ws-json1.h @@ -18,7 +18,7 @@ #pragma once struct afb_ws_json1; -struct AFB_clientCtx; +struct afb_context; -extern struct afb_ws_json1 *afb_ws_json1_create(int fd, struct AFB_clientCtx *context, void (*cleanup)(void*), void *closure); +extern struct afb_ws_json1 *afb_ws_json1_create(int fd, struct afb_context *context, void (*cleanup)(void*), void *closure);