X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-ws-json1.h;h=fedbcf6c487cc739e8b81051497eeb06a76add1f;hb=a4487d8a46d3e4400bf73ce817fa1a34cde31a6f;hp=964835bd530fa60b35cba0cd471e138c94405cb7;hpb=8112056eecede587bf884f56629858c8b21bdbec;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);