added experimental multi thread support
[NeonServV5.git] / src / ClientSocket.h
index 80dcfe18501e04a6bee744e08456c6822da70cfc..4073a23b38570778980337c5c1e575d0b6466bc9 100644 (file)
@@ -86,6 +86,7 @@ int write_socket(struct ClientSocket *client, char* msg, int len);
 void 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();
 void free_sockets();
 
 #endif
\ No newline at end of file