--- deliantra/server/include/sockproto.h 2007/07/26 00:27:08 1.33 +++ deliantra/server/include/sockproto.h 2008/05/06 16:55:26 1.38 @@ -1,9 +1,9 @@ /* - * This file is part of Crossfire TRT, the Roguelike Realtime MORPG. + * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * - * Crossfire TRT is free software: you can redistribute it and/or modify + * Deliantra is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * The authors can be reached via e-mail to + * The authors can be reached via e-mail to */ /* image.c */ @@ -38,7 +38,6 @@ void set_title(object *pl, char *buf); void magic_mapping_mark(object *pl, char *map_mark, int strength); void draw_magic_map(object *pl); -void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType); /* init.c */ void init_ericserver(void); void free_all_newserver(void); @@ -61,8 +60,6 @@ /* loop.c */ void RequestInfo(char *buf, int len, client *ns); void watchdog(void); -void flush_sockets(void); -void doeric_server(void); /* lowlevel.c */ void write_cs_stats(void); /* request.c */ @@ -83,7 +80,7 @@ void MoveCmd(char *buf, int len, player *pl); void send_query(client *ns, uint8 flags, const char *text); void esrv_update_stats(player *pl); -void esrv_new_player(player *pl, uint32 weight); +void esrv_new_player(player *pl); int getExtendedMapInfoSize(client *ns); void draw_client_map(player *pl); void send_plugin_custom_message(object *pl, char *buf);