X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apiset.h;h=d1f968b730fbc2e6ab7777a6eb8722cfc829690b;hb=a2cf84ecde926adeebf09bc2c284401513d3fab3;hp=f5e40332bfb9b3d2a4d673a72f45bd444540de76;hpb=5011060f04181acbb18babcc2017a2f0b6cfb853;p=src%2Fapp-framework-binder.git diff --git a/src/afb-apiset.h b/src/afb-apiset.h index f5e40332..d1f968b7 100644 --- a/src/afb-apiset.h +++ b/src/afb-apiset.h @@ -54,7 +54,9 @@ extern const struct afb_api_item *afb_apiset_lookup_started(struct afb_apiset *s extern int afb_apiset_start_service(struct afb_apiset *set, const char *name); extern int afb_apiset_start_all_services(struct afb_apiset *set); +#if WITH_AFB_HOOK extern void afb_apiset_update_hooks(struct afb_apiset *set, const char *name); +#endif extern void afb_apiset_set_logmask(struct afb_apiset *set, const char *name, int mask); extern int afb_apiset_get_logmask(struct afb_apiset *set, const char *name);