Fix compile warning on windows

This commit is contained in:
Sebastian Hahn
2011-05-05 02:21:09 +02:00
parent 68ae5afa5a
commit 9a490bb53b
+2
View File
@@ -1587,6 +1587,7 @@ do_main_loop(void)
}
}
#ifndef MS_WINDOWS /* Only called when we're willing to use signals */
/** Libevent callback: invoked when we get a signal.
*/
static void
@@ -1598,6 +1599,7 @@ signal_callback(int fd, short events, void *arg)
process_signal(sig);
}
#endif
/** Do the work of acting on a signal received in <b>sig</b> */
void