X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FClientSocket.h;h=9e73fd1fbe72ba5c12dddfae51be0301e70a4632;hp=b8db11068bee5edbafff64684bdfefcb88b89cbd;hb=HEAD;hpb=c49eed20311de32444533a519fa6fbacab481688 diff --git a/src/ClientSocket.h b/src/ClientSocket.h index b8db110..9e73fd1 100644 --- a/src/ClientSocket.h +++ b/src/ClientSocket.h @@ -1,4 +1,4 @@ -/* ClientSocket.h - NeonServ v5.5 +/* ClientSocket.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -92,6 +92,6 @@ int clientsocket_parseorder_top(unsigned int tid); /* MODULAR ACCESSIBLE */ void putsock(struct ClientSocket *client, const char *text, ...) PRINTF_LIKE(2, 3); /* MODULAR ACCESSIBLE */ struct ClientSocket* getBots(int flags, struct ClientSocket* last_bot); void init_sockets(); -void free_sockets(); +void free_sockets(int close_only); #endif #endif