summaryrefslogtreecommitdiffstats
path: root/src/afb-evt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-evt.h')
-rw-r--r--src/afb-evt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-evt.h b/src/afb-evt.h
index 5b96b93e..2c8da613 100644
--- a/src/afb-evt.h
+++ b/src/afb-evt.h
@@ -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();