--- deliantra/server/include/tod.h 2009/10/12 14:00:58 1.18 +++ deliantra/server/include/tod.h 2010/03/26 01:04:44 1.21 @@ -1,10 +1,10 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2006,2007,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team - * Copyright (©) 2003-2006,2007 Mark Wedel & Crossfire Development Team - * Copyright (©) 2000,2007 Tim Rightnour - * Copyright (©) 1992,2007 Frank Tore Johansen + * Copyright (©) 2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2003-2006 Mark Wedel & Crossfire Development Team + * Copyright (©) 2000 Tim Rightnour + * Copyright (©) 1992 Frank Tore Johansen * * 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 @@ -76,7 +76,6 @@ /* from common/time.c */ void get_tod (timeofday_t *tod); char *format_tod (char *buf, int len, timeofday_t *tod); -const char *get_current_tod_str (); void print_tod (object *op); #endif