--- deliantra/server/include/client.h 2007/07/28 00:15:03 1.65 +++ deliantra/server/include/client.h 2007/07/30 02:03:02 1.66 @@ -357,6 +357,8 @@ MTH void tick (); // called every server tick to do housekeeping etc. MTH static client *create (int fd, const char *peername); + MTH static void clock (); + MTH static void flush_sockets (); protected: client (int fd, const char *from_ip);