X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FClientSocket.h;fp=src%2FClientSocket.h;h=37543998855b2e63d7690698dcfc029e7a79e048;hp=1ab71397d2ec182564a619c63004cdb1f59fc578;hb=2b9e305af713f0960ac0cd7645af3e0ef85a8515;hpb=740649d6f206dc1f65e7550a842cf298fac7cb36 diff --git a/src/ClientSocket.h b/src/ClientSocket.h index 1ab7139..3754399 100644 --- a/src/ClientSocket.h +++ b/src/ClientSocket.h @@ -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);