added new auth-check security feature
[NeonServV5.git] / src / ClientSocket.h
index 4073a23b38570778980337c5c1e575d0b6466bc9..1ab71397d2ec182564a619c63004cdb1f59fc578 100644 (file)
@@ -83,6 +83,9 @@ int close_socket(struct ClientSocket *client);
 int disconnect_socket(struct ClientSocket *client);
 int write_socket_force(struct ClientSocket *client, char* msg, int len);
 int write_socket(struct ClientSocket *client, char* msg, int len);
+#ifdef HAVE_THREADS
+int clientsocket_parseorder_top(unsigned long tid);
+#endif
 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);