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