summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-22 17:13:14 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-09 14:08:33 +0200
commita4dcf977a6b9e517a0b32949b5967a6de5064f13 (patch)
tree13f0fa046b2c426f884a6f7ad238145bcad6ccac
parent1430e5aca4864a093534a0c91f056a97a4a26056 (diff)
cosmetic
Change-Id: I628829b3a360897434a32b2fd0992f697f954f4d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--src/afb-api-dyn.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/afb-api-dyn.h b/src/afb-api-dyn.h
index 61180e27..35464c6e 100644
--- a/src/afb-api-dyn.h
+++ b/src/afb-api-dyn.h
@@ -36,7 +36,12 @@ struct afb_api_dyn_verb
struct afb_api_dyn;
-extern int afb_api_dyn_add(struct afb_apiset *apiset, const char *name, const char *info, int (*preinit)(void*, struct afb_dynapi*), void *closure);
+extern int afb_api_dyn_add(
+ struct afb_apiset *apiset,
+ const char *name,
+ const char *info,
+ int (*preinit)(void*, struct afb_dynapi*),
+ void *closure);
extern void afb_api_dyn_set_verbs_v2(
struct afb_api_dyn *dynapi,