We don't need log_initialised exported after all.
This commit is contained in:
2
log.c
2
log.c
@@ -52,13 +52,13 @@ extern char *log_format;
|
|||||||
extern iconv_t ic_chck;
|
extern iconv_t ic_chck;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
static int log_initialised;
|
||||||
static int logfile_was_closed;
|
static int logfile_was_closed;
|
||||||
static char *logfname;
|
static char *logfname;
|
||||||
static FILE *logfile;
|
static FILE *logfile;
|
||||||
struct stats stats;
|
struct stats stats;
|
||||||
|
|
||||||
int log_got_error = 0;
|
int log_got_error = 0;
|
||||||
int log_initialised;
|
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
int code;
|
int code;
|
||||||
|
|||||||
Reference in New Issue
Block a user