summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.h b/ev.h
index f7cbd84..384df3e 100644
--- a/ev.h
+++ b/ev.h
@@ -273,7 +273,7 @@ static struct ev_loop *
ev_default_loop (unsigned int flags)
{
extern struct ev_loop *ev_default_loop_ptr;
- extern struct ev_loop *ev_default_loop_ (unsigned int flags);
+ extern struct ev_loop *ev_default_loop_init (unsigned int flags);
if (!ev_default_loop_ptr)
ev_default_loop_init (flags);