X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-xreq.h;h=d899a3d3f6949e1d06d87bed98af648902ff2a5d;hb=325e6a7f034c80562096d60ab01f2e4532eea98c;hp=497b1635f56dfa26f6c2a321fcc51d9593aca71d;hpb=1874271ce06622664e3513e5335b29de2c55ace6;p=src%2Fapp-framework-binder.git diff --git a/src/afb-xreq.h b/src/afb-xreq.h index 497b1635..d899a3d3 100644 --- a/src/afb-xreq.h +++ b/src/afb-xreq.h @@ -118,14 +118,14 @@ extern void afb_xreq_subcall( const char *api, const char *verb, struct json_object *args, - void (*callback)(void*, int, struct json_object*), + void (*callback)(void*, int, struct json_object*, struct afb_request *), void *cb_closure); extern void afb_xreq_unhooked_subcall( struct afb_xreq *xreq, const char *api, const char *verb, struct json_object *args, - void (*callback)(void*, int, struct json_object*), + void (*callback)(void*, int, struct json_object*, struct afb_request *), void *cb_closure); extern int afb_xreq_unhooked_subcall_sync(