--- deliantra/server/include/sockproto.h 2006/12/19 04:58:04 1.21 +++ deliantra/server/include/sockproto.h 2006/12/21 06:12:36 1.22 @@ -23,7 +23,6 @@ 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 (int fd, const char *peername); void init_ericserver(void); void free_all_newserver(void); void final_free_player(player *pl); @@ -57,7 +56,7 @@ void AskSmooth(char *buf, int len, client *ns); void PlayerCmd(char *buf, int len, player *pl); void NewPlayerCmd(char *buf, int len, player *pl); -void ReplyCmd(char *buf, int len, player *pl); +void ReplyCmd(char *buf, int len, client *ns); void VersionCmd(char *buf, int len, client *ns); void SetSound(char *buf, int len, client *ns); void MapRedrawCmd(char *buff, int len, player *pl);