cosmetic
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 29 Mar 2017 15:41:16 +0000 (17:41 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 29 Mar 2017 15:41:16 +0000 (17:41 +0200)
Change-Id: I26e35f99a68557d005ee46dd4cd1c0fbd728bfd2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-subcall.h

index e3e07f6..e39d8bd 100644 (file)
@@ -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);