--- deliantra/server/include/sockproto.h 2007/07/26 00:27:08 1.33 +++ deliantra/server/include/sockproto.h 2009/10/12 14:00:58 1.39 @@ -1,22 +1,23 @@ /* - * 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 - * 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. + * Deliantra is free software: you can redistribute it and/or modify it under + * the terms of the Affero GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the Affero GNU General Public License + * and 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 +39,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 +61,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 +81,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);