added free functions to free everything (maybe a restart function later?)
[NeonServV5.git] / ClientSocket.h
index de08e8c605e504c973b908326b10effcff995471..5b145fb4336a340bd67aa6fb85d942ab4adfc869 100644 (file)
@@ -35,5 +35,6 @@ int write_socket(struct ClientSocket *client, char* msg, int len);
 void 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 free_sockets();
 
 #endif
\ No newline at end of file