summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev.c2
-rw-r--r--ev.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ev.c b/ev.c
index 4832033..3903a6c 100644
--- a/ev.c
+++ b/ev.c
@@ -912,7 +912,7 @@ ev_loop_fork (EV_P)
#if EV_MULTIPLICITY
struct ev_loop *
-ev_default_loop_ (unsigned int flags)
+ev_default_loop_init (unsigned int flags)
#else
int
ev_default_loop (unsigned int flags)
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);