--- deliantra/server/include/global.h 2007/11/08 19:43:24 1.67 +++ deliantra/server/include/global.h 2008/04/15 03:16:02 1.69 @@ -146,8 +146,6 @@ /* * Misc global variables: */ -EXTERN FILE *logfile; /* Used by server/daemon.c */ - EXTERN archetype *empty_archetype; /* Nice to have fast access to it */ EXTERN archetype *map_archeytpe; EXTERN shstr first_map_path; /* The start-level */ @@ -172,7 +170,6 @@ #define NUM_FACINGS(ob) (animations[ob->animation_id].facings) extern void emergency_save (); -extern void cleanup (const char *cause, bool make_core = false); #include "libproto.h" #include "sockproto.h"