Merge branch 'development'
[NeonServV5.git] / src / ClientSocket.h
index b8db11068bee5edbafff64684bdfefcb88b89cbd..9e73fd1fbe72ba5c12dddfae51be0301e70a4632 100644 (file)
@@ -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