From 3afd3cb9621ee33f64911951a1a9a8f0a42acf29 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Nov 2007 02:28:43 +0000 Subject: *** empty log message *** --- ev.c | 2 +- ev.h | 2 +- 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); -- cgit v1.2.3