--- libev/ev.h 2010/10/24 19:01:01 1.152 +++ libev/ev.h 2010/10/25 09:53:08 1.153 @@ -552,8 +552,6 @@ /* create and destroy alternative loops that don't handle signals */ struct ev_loop *ev_loop_new (unsigned int flags EV_CPP (= 0)); -/* destroy event loops, also works for the default loop */ -void ev_loop_destroy (EV_P); ev_tstamp ev_now (EV_P); /* time w.r.t. timers and the eventloop, updated after each poll */ @@ -578,6 +576,9 @@ #endif /* multiplicity */ +/* destroy event loops, also works for the default loop */ +void ev_loop_destroy (EV_P); + /* this needs to be called after fork, to duplicate the loop */ /* when you want to re-use it in the child */ /* you can call it in either the parent or the child */