We don't need log_initialised exported after all.

This commit is contained in:
Wayne Davison
2006-04-08 16:04:34 +00:00
parent 374c3e1278
commit ceca8ccac8

2
log.c
View File

@@ -52,13 +52,13 @@ extern char *log_format;
extern iconv_t ic_chck;
#endif
static int log_initialised;
static int logfile_was_closed;
static char *logfname;
static FILE *logfile;
struct stats stats;
int log_got_error = 0;
int log_initialised;
struct {
int code;