added "first time" configuration (set up first bot and admin user)
[NeonServV5.git] / src / ClientSocket.h
index 37543998855b2e63d7690698dcfc029e7a79e048..78e207c0144b2372ca0967701d13c01691c87895 100644 (file)
@@ -86,7 +86,7 @@ int write_socket(struct ClientSocket *client, char* msg, int len);
 #ifdef HAVE_THREADS
 int clientsocket_parseorder_top(unsigned int tid);
 #endif
-void socket_loop(int timeout_seconds);
+int socket_loop(int timeout_seconds);
 void putsock(struct ClientSocket *client, const char *text, ...) PRINTF_LIKE(2, 3);
 struct ClientSocket* getBots(int flags, struct ClientSocket* last_bot);
 void init_sockets();