From dad4ca18735c2ac55d15c59ea04c628538194a33 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Nov 2007 05:53:55 +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 ce8987f..207ecd1 100644 --- a/ev.c +++ b/ev.c @@ -895,7 +895,7 @@ struct ev_loop * #else int #endif -ev_default_loop (unsigned int methods) +ev_default_loop (unsigned int flags) { if (sigpipe [0] == sigpipe [1]) if (pipe (sigpipe)) diff --git a/ev.h b/ev.h index 4e4c378..62200da 100644 --- a/ev.h +++ b/ev.h @@ -280,7 +280,7 @@ ev_tstamp ev_now (EV_P); /* time w.r.t. timers and the eventloop, updated after # else -int ev_default_loop (int methods); /* returns true when successful */ +int ev_default_loop (unsigned int flags); /* returns true when successful */ static ev_tstamp ev_now (void) -- cgit v1.2.3