diff options
Diffstat (limited to 'event.h')
-rw-r--r-- | event.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -100,7 +100,6 @@ int event_once (int fd, short events, void (*cb)(int, short, void *), void *arg, int event_add (struct event *ev, struct timeval *tv); int event_del (struct event *ev); -void event_active (struct event *ev, int fd, short events); int event_pending (struct event *ev, short, struct timeval *tv); |