mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Removed extern for log
This commit is contained in:
parent
53bff1b73a
commit
52bcdc1cee
@ -28,7 +28,7 @@
|
||||
#include "log.h"
|
||||
#include "common.h"
|
||||
|
||||
extern FILE *logp;
|
||||
static FILE *logp;
|
||||
|
||||
static GTimeZone *tz;
|
||||
static GDateTime *dt;
|
||||
|
@ -29,9 +29,6 @@
|
||||
#define PROF "prof"
|
||||
#define CONN "conn"
|
||||
|
||||
// file log
|
||||
FILE *logp;
|
||||
|
||||
void log_init(void);
|
||||
void log_msg(const char * const area, const char * const msg);
|
||||
void log_close(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user