diff options
-rw-r--r-- | src/afb-api-dyn.h | 7 |
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, |