--- deliantra/server/include/sockproto.h 2006/12/14 02:37:37 1.14 +++ deliantra/server/include/sockproto.h 2006/12/14 04:30:32 1.15 @@ -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);