X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.h;h=35464c6e98856bb2a472440e67d94c6e127d7ccd;hb=a4dcf977a6b9e517a0b32949b5967a6de5064f13;hp=61180e27dc0afc3e649cfa0774a00834be496416;hpb=1430e5aca4864a093534a0c91f056a97a4a26056;p=src%2Fapp-framework-binder.git 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,