summaryrefslogtreecommitdiff
path: root/epoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'epoll.c')
-rw-r--r--epoll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epoll.c b/epoll.c
index f8adeb5b..53c1f09a 100644
--- a/epoll.c
+++ b/epoll.c
@@ -58,9 +58,9 @@ struct epollop {
int epfd;
};
-static void *epoll_init (struct event_base *);
-static int epoll_dispatch (struct event_base *, struct timeval *);
-static void epoll_dealloc (struct event_base *);
+static void *epoll_init(struct event_base *);
+static int epoll_dispatch(struct event_base *, struct timeval *);
+static void epoll_dealloc(struct event_base *);
const struct eventop epollops = {
"epoll",