X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-subcall.h;h=7d29e1a20bef496c59c6c27e6fcd0b8f565aa0db;hb=5e7d680c173ddbb26db4e49f7738f82e89299362;hp=e39d8bdd8490412297d4cc170903646706839a8f;hpb=f9f80fd77b5a6a9b50fac3026fae088823a23dc1;p=src%2Fapp-framework-binder.git diff --git a/src/afb-subcall.h b/src/afb-subcall.h index e39d8bdd..7d29e1a2 100644 --- a/src/afb-subcall.h +++ b/src/afb-subcall.h @@ -17,18 +17,16 @@ #pragma once -struct afb_context; -struct afb_req; +struct afb_xreq; struct json_object; extern void afb_subcall( - struct afb_context *context, + struct afb_xreq *caller, const char *api, const char *verb, struct json_object *args, void (*callback)(void*, int, struct json_object*), - void *closure, - struct afb_req req); + void *closure); extern void afb_subcall_internal_error( void (*callback)(void*, int, struct json_object*),