--- deliantra/server/include/sockproto.h 2006/12/14 00:01:35 1.10 +++ deliantra/server/include/sockproto.h 2006/12/14 01:12:35 1.11 @@ -54,9 +54,7 @@ void Socket_Flush (NewSocket *ns); void write_socket_buffer(NewSocket *ns); void Write_To_Socket(NewSocket *ns, char *buf, int len); -void cs_write_string(NewSocket *ns, const char *buf, int len); void Send_With_Handling(NewSocket *ns, SockList *msg); -void Write_String_To_Socket(NewSocket *ns, char *buf, int len); void write_cs_stats(void); /* request.c */ void SetUp(char *buf, int len, NewSocket *ns);