--- deliantra/server/include/sockproto.h 2006/12/13 18:08:01 1.9 +++ deliantra/server/include/sockproto.h 2006/12/14 01:21:58 1.12 @@ -52,14 +52,9 @@ void doeric_server(void); /* lowlevel.c */ void Socket_Flush (NewSocket *ns); -int GetInt_String(unsigned char *data); -short GetShort_String(unsigned char *data); -int SockList_ReadPacket(int fd, SockList *sl, int len); 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 Send_With_Handling(NewSocket *ns, packet *msg); void write_cs_stats(void); /* request.c */ void SetUp(char *buf, int len, NewSocket *ns);