X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-v3.h;h=04d9124a66b024102aa9b9dd4b250bbff73fedf4;hb=cd6d4492a271951c856ce611b88df0b4cc0ae7f0;hp=33649f3522aba40cb62511118eaacefe024ba020;hpb=211343c77944333d550301da4d757e343e5f5390;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-v3.h b/src/afb-api-v3.h index 33649f35..04d9124a 100644 --- a/src/afb-api-v3.h +++ b/src/afb-api-v3.h @@ -46,6 +46,10 @@ extern struct afb_api_v3 *afb_api_v3_from_binding( struct afb_apiset *declare_set, struct afb_apiset * call_set); +extern int afb_api_v3_safe_preinit( + struct afb_api_x3 *api, + int (*preinit)(struct afb_api_x3 *)); + extern int afb_api_v3_set_binding_fields(const struct afb_binding_v3 *desc, struct afb_api_x3 *api); extern struct afb_api_v3 *afb_api_v3_addref(struct afb_api_v3 *api);