diff options
Diffstat (limited to 'event-internal.h')
-rw-r--r-- | event-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/event-internal.h b/event-internal.h index 74c2a396..6caf4d9c 100644 --- a/event-internal.h +++ b/event-internal.h @@ -337,6 +337,7 @@ int _evsig_set_handler(struct event_base *base, int evsignal, void (*fn)(int)); int _evsig_restore_handler(struct event_base *base, int evsignal); + void event_active_nolock(struct event *ev, int res, short count); /* FIXME document. */ |