X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-evt.h;h=2c8da6137fac40759779443128a698f65b3ac4bf;hb=846e952260278225b79de4062fff1f8f2145a544;hp=bd765b8c3c1ada56add249b387831159db5c8276;hpb=a38382e89710db2c298f7f101e3ba0cf3681287c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-evt.h b/src/afb-evt.h index bd765b8c..2c8da613 100644 --- a/src/afb-evt.h +++ b/src/afb-evt.h @@ -18,8 +18,8 @@ #pragma once struct afb_event; -struct AFB_clientCtx; - +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();