Added endifs, moved log.c declarations to common.h but kept SV_LogPlayer in server.h (is this ugly? probably)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2579 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-08-07 14:41:23 +00:00
parent eadc9f6d6a
commit 273dedc28c
6 changed files with 23 additions and 16 deletions

View file

@ -1287,18 +1287,4 @@ typedef struct
} date_t;
void SV_TimeOfDay(date_t *date);
//
// log.c
//
typedef enum {
LOG_CONSOLE,
LOG_PLAYER,
LOG_TYPES
} logtype_t;
void Log_Dir_Callback (struct cvar_s *var, char *oldvalue);
void Log_Name_Callback (struct cvar_s *var, char *oldvalue);
void Log_String (logtype_t lognum, char *s);
void Con_Log (char *s);
void SV_LogPlayer(client_t *cl, char *msg);
void Log_Logfile_f (void);
void Log_Init(void);