X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-export.h;fp=src%2Fafb-export.h;h=e8b9a9d4313ea2614f8d1acaa337321a38ff3f7a;hb=78cb4b202221b7ac90ffb586da362f3efb9f27b1;hp=57839b2fa07ba78fb6ddd6d6d96c499db67f9bf4;hpb=d58b8f4273c48026f22d91896c05d2a5013480b2;p=src%2Fapp-framework-binder.git diff --git a/src/afb-export.h b/src/afb-export.h index 57839b2f..e8b9a9d4 100644 --- a/src/afb-export.h +++ b/src/afb-export.h @@ -66,7 +66,6 @@ extern void afb_export_undeclare(struct afb_export *export); extern const char *afb_export_apiname(const struct afb_export *export); extern int afb_export_add_alias(struct afb_export *export, const char *apiname, const char *aliasname); extern int afb_export_rename(struct afb_export *export, const char *apiname); -extern void afb_export_update_hooks(struct afb_export *export); extern int afb_export_unshare_session(struct afb_export *export); @@ -115,6 +114,10 @@ extern void afb_export_context_init(struct afb_export *export, struct afb_contex extern struct afb_export *afb_export_from_api_x3(struct afb_api_x3 *api); extern struct afb_api_x3 *afb_export_to_api_x3(struct afb_export *export); +#if WITH_AFB_HOOK +extern void afb_export_update_hooks(struct afb_export *export); +#endif + #if defined(WITH_LEGACY_BINDING_V1) struct afb_service_x1;