logfile and loglevel moved to config.c

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2577 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-24 04:37:05 +00:00
parent 50b94a51c8
commit 67e38a826e

View File

@@ -39,8 +39,8 @@
#include "kdc_locl.h"
RCSID("$Id$");
static char *logfile = "kdc.log";
static int loglevel = 17;
extern char *logfile;
extern int loglevel;
void
kdc_log(int level, const char *fmt, ...)