git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@448 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -150,7 +150,7 @@ static int send_from_fifo(int fd)
return 0;
}
-void flush_fifos_for_final()
+void flush_fifos()
{
int i;
for(i=0;i<fd_max;i++)
@@ -90,7 +90,7 @@ int do_sendrecv(int next);
int do_parsepacket(void);
void do_socket(void);
-extern void flush_fifos_for_final();
+extern void flush_fifos();
int start_console(void);
@@ -21,7 +21,6 @@
#endif
// If the server shows no reaction when processing thousands of monsters
-
// or connected by many clients, please increase TIMER_MIN_INTERVEL.
#define TIMER_MIN_INTERVEL 50