--- deliantra/server/include/sockproto.h 2006/12/14 02:37:37 1.14 +++ deliantra/server/include/sockproto.h 2006/12/14 21:46:34 1.17 @@ -23,6 +23,7 @@ void draw_magic_map(object *pl); void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType); /* init.c */ +bool add_client_socket (int fd, const char *peername); void init_ericserver(void); void free_all_newserver(void); void free_newsocket(client_socket *ns); @@ -50,9 +51,6 @@ void flush_sockets(void); void doeric_server(void); /* lowlevel.c */ -void Socket_Flush (client_socket *ns); -void write_socket_buffer(client_socket *ns); -void Send_With_Handling(client_socket *ns, packet *msg); void write_cs_stats(void); /* request.c */ void SetUp(char *buf, int len, client_socket *ns);