X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FClientSocket.h;h=78e207c0144b2372ca0967701d13c01691c87895;hb=a0f5e337ee57df78939e9ddaccf9a18bcf811435;hp=1ab71397d2ec182564a619c63004cdb1f59fc578;hpb=c32e8254ec4ed0d77757e32f8aa5aabcdb494057;p=NeonServV5.git diff --git a/src/ClientSocket.h b/src/ClientSocket.h index 1ab7139..78e207c 100644 --- a/src/ClientSocket.h +++ b/src/ClientSocket.h @@ -84,9 +84,9 @@ 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); +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();