Moved incoming display message

This commit is contained in:
James Booth
2012-02-06 22:29:05 +00:00
parent 14f4478bea
commit bbb0fbed4f
6 changed files with 29 additions and 20 deletions

6
log.h
View File

@@ -1,9 +1,13 @@
#ifndef LOG_H
#define LOG_H
FILE *logp;
#define PROF "prof"
#define CONN "conn"
FILE *logp;
xmpp_log_t *xmpp_get_file_logger();
void logmsg(const char * const area, const char * const msg);
void start_log(void);
#endif