X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-subcall.h;h=0de51daeaf50d07101c686b54af19e8d4f94f07e;hb=c94e1ef88adc641ebbab57377b97f8a7b6a70d1b;hp=8fbc4ad85f227399d57412c43a873b5049ce9864;hpb=6518887513840471ea9c5af7e534787717e6bd82;p=src%2Fapp-framework-binder.git diff --git a/src/afb-subcall.h b/src/afb-subcall.h index 8fbc4ad8..0de51dae 100644 --- a/src/afb-subcall.h +++ b/src/afb-subcall.h @@ -23,4 +23,5 @@ struct json_object; extern void afb_subcall(struct afb_context *context, const char *api, const char *verb, struct json_object *args, void (*callback)(void*, int, struct json_object*), void *closure, struct afb_req req); +extern void afb_subcall_internal_error(void (*callback)(void*, int, struct json_object*), void *closure);