Moved XMPP logging to jabber.c

This commit is contained in:
James Booth
2012-02-12 22:10:30 +00:00
parent 7aa1d931a0
commit af46792871
3 changed files with 16 additions and 18 deletions

1
log.h
View File

@@ -12,7 +12,6 @@
// file log
FILE *logp;
xmpp_log_t *xmpp_get_file_logger();
void log_init(void);
void log_msg(const char * const area, const char * const msg);
void log_close(void);