X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-subcall.h;h=e39d8bdd8490412297d4cc170903646706839a8f;hb=8d322ebdd04d6de2d5649626bbc23aae0d0ed556;hp=e3e07f68edb674983c3fca6c068e290bc0e0c616;hpb=a38382e89710db2c298f7f101e3ba0cf3681287c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-subcall.h b/src/afb-subcall.h index e3e07f68..e39d8bdd 100644 --- a/src/afb-subcall.h +++ b/src/afb-subcall.h @@ -21,7 +21,16 @@ struct afb_context; struct afb_req; 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( + 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); +extern void afb_subcall_internal_error( + void (*callback)(void*, int, struct json_object*), + void *closure);