From ceca8ccac87ca8e907c063d56b45a49e09ba9a80 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 8 Apr 2006 16:04:34 +0000 Subject: [PATCH] We don't need log_initialised exported after all. --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.c b/log.c index 87e119f8..135a57a1 100644 --- a/log.c +++ b/log.c @@ -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; -- 2.34.1