diff options
Diffstat (limited to 'include/event.h')
-rw-r--r-- | include/event.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/event.h b/include/event.h index 78a42374acb..62e72a7bd31 100644 --- a/include/event.h +++ b/include/event.h @@ -141,6 +141,9 @@ static inline const char *event_spy_id(struct evspy_info *spy) int event_register(const char *id, enum event_t type, event_handler_t func, void *ctx); +/** event_show_spy_list( - Show a list of event spies */ +void event_show_spy_list(void); + #if CONFIG_IS_ENABLED(EVENT) /** * event_notify() - notify spies about an event |