--- deliantra/server/include/sproto.h 2008/04/24 11:26:41 1.87 +++ deliantra/server/include/sproto.h 2008/08/29 02:12:25 1.90 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * * Deliantra is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -134,7 +134,6 @@ int command_statistics (object *pl, char *params); int command_fix_me (object *op, char *params); int command_players (object *op, char *paramss); -int command_logs (object *op, char *params); int command_bowmode (object *op, char *params); int command_showpets (object *op, char *params); int command_resistances (object *op, char *params); @@ -471,7 +470,7 @@ bool move_player (object *op, int dir); bool handle_newcs_player (object *op); int save_life (object *op); -char *gravestone_text (object *op); +const char *gravestone_text (object *op); void do_some_living (object *op); void kill_player (object *op); void loot_object (object *op);