--- deliantra/server/include/sproto.h 2006/12/11 22:56:57 1.24 +++ deliantra/server/include/sproto.h 2006/12/14 02:37:37 1.25 @@ -527,7 +527,7 @@ void send_rules(const object *op); void send_news(const object *op); int playername_ok(const char *cp); -int add_player(NewSocket *ns); +int add_player(client_socket *ns); archetype *get_player_archetype(archetype *at); object *get_nearest_player(object *mon); int path_to_player(object *mon, object *pl, unsigned mindiff);