X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-xreq.h;h=a37b6bfd72008aa25db12f8cf56836a0a033d2db;hb=a86967decc0ff9b139f412fffccc7914e27a80a9;hp=fc3e2253f98b3ecff6a19f127a3f4c3bf69063bf;hpb=c03c5d7acdfbb4fe50249679139dc5012b670fcd;p=src%2Fapp-framework-binder.git diff --git a/src/afb-xreq.h b/src/afb-xreq.h index fc3e2253..a37b6bfd 100644 --- a/src/afb-xreq.h +++ b/src/afb-xreq.h @@ -118,6 +118,19 @@ extern void afb_xreq_unhooked_subcall( void (*callback)(void*, int, struct json_object*), void *cb_closure); +extern int afb_xreq_unhooked_subcall_sync( + struct afb_xreq *xreq, + const char *api, + const char *verb, + struct json_object *args, + struct json_object **result); +extern int afb_xreq_subcall_sync( + struct afb_xreq *xreq, + const char *api, + const char *verb, + struct json_object *args, + struct json_object **result); + /* initialisation and processing of xreq */ extern void afb_xreq_init(struct afb_xreq *xreq, const struct afb_xreq_query_itf *queryitf);