fixed WIN32 support
[NeonServV5.git] / src / ClientSocket.h
index 1ab71397d2ec182564a619c63004cdb1f59fc578..37543998855b2e63d7690698dcfc029e7a79e048 100644 (file)
@@ -84,7 +84,7 @@ 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);
 void putsock(struct ClientSocket *client, const char *text, ...) PRINTF_LIKE(2, 3);