summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
authorroot <root>2007-11-02 11:02:23 +0000
committerroot <root>2007-11-02 11:02:23 +0000
commit9c3ea2c67ff2082780a7323fa5df445469faf0b4 (patch)
treea2a1dbc0c4b51a8f7e5c3214254206dd0d140147 /event.h
parentdbf50c389aa715408820f52caa1c898ed1663bc3 (diff)
*** empty log message ***
Diffstat (limited to 'event.h')
-rw-r--r--event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/event.h b/event.h
index 220421c..18aa3a6 100644
--- a/event.h
+++ b/event.h
@@ -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);