mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 21:36:21 +00:00
Removed extern for log
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
extern FILE *logp;
|
static FILE *logp;
|
||||||
|
|
||||||
static GTimeZone *tz;
|
static GTimeZone *tz;
|
||||||
static GDateTime *dt;
|
static GDateTime *dt;
|
||||||
|
|||||||
@@ -29,9 +29,6 @@
|
|||||||
#define PROF "prof"
|
#define PROF "prof"
|
||||||
#define CONN "conn"
|
#define CONN "conn"
|
||||||
|
|
||||||
// file log
|
|
||||||
FILE *logp;
|
|
||||||
|
|
||||||
void log_init(void);
|
void log_init(void);
|
||||||
void log_msg(const char * const area, const char * const msg);
|
void log_msg(const char * const area, const char * const msg);
|
||||||
void log_close(void);
|
void log_close(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user