X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FClientSocket.h;h=1ab71397d2ec182564a619c63004cdb1f59fc578;hp=4073a23b38570778980337c5c1e575d0b6466bc9;hb=c32e8254ec4ed0d77757e32f8aa5aabcdb494057;hpb=77b1c3e45f25e5a000b06a551e3b2329ad2db8a0 diff --git a/src/ClientSocket.h b/src/ClientSocket.h index 4073a23..1ab7139 100644 --- a/src/ClientSocket.h +++ b/src/ClientSocket.h @@ -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);