X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-evt.h;h=2c8da6137fac40759779443128a698f65b3ac4bf;hb=b192d4cc46d8bda166116432ee28042e95750052;hp=52b40ab1ac438103fc6a8a5007f24023ec8e7b25;hpb=a758d774aa5dacc07d2840f1b7ccef793863389f;p=src%2Fapp-framework-binder.git diff --git a/src/afb-evt.h b/src/afb-evt.h index 52b40ab1..2c8da613 100644 --- a/src/afb-evt.h +++ b/src/afb-evt.h @@ -19,7 +19,7 @@ struct afb_event; struct afb_session; - +struct json_object; struct afb_evt_listener; struct afb_evt_itf @@ -44,3 +44,4 @@ extern int afb_evt_event_id(struct afb_event event); extern int afb_evt_add_watch(struct afb_evt_listener *listener, struct afb_event event); extern int afb_evt_remove_watch(struct afb_evt_listener *listener, struct afb_event event); +extern void afb_evt_update_hooks();