diff -r cbde85c8c878 -r 1608018c5ff2 src/network/core/tcp.c --- a/src/network/core/tcp.c Wed Jan 03 20:00:29 2007 +0000 +++ b/src/network/core/tcp.c Thu Jan 11 13:16:26 2007 +0000 @@ -9,10 +9,8 @@ #include "table/strings.h" #include "../../functions.h" -#include "os_abstraction.h" -#include "config.h" +#include "../network_data.h" #include "packet.h" -#include "../network_data.h" #include "tcp.h" /** @@ -48,7 +46,7 @@ * @param cs the client to check * @return true if the client has quit */ -bool HasClientQuit(NetworkClientState *cs) +bool HasClientQuit(const NetworkClientState *cs) { return cs->has_quit; }