Split log into module

This commit is contained in:
James Booth
2012-02-05 15:10:10 +00:00
parent 10bc41239f
commit 5eaf687d98
5 changed files with 50 additions and 108 deletions

9
log.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef LOG_H
#define LOG_H
// log
FILE *logp;
xmpp_log_t *xmpp_get_file_logger();
#endif