Removed extern for log

This commit is contained in:
James Booth
2012-08-19 01:56:39 +01:00
parent 53bff1b73a
commit 52bcdc1cee
2 changed files with 1 additions and 4 deletions

View File

@@ -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);