Tidied up logging functions

This commit is contained in:
James Booth
2012-02-05 15:22:02 +00:00
parent 5eaf687d98
commit 39627be1f5
4 changed files with 16 additions and 2 deletions

1
log.h
View File

@@ -5,5 +5,6 @@
FILE *logp;
xmpp_log_t *xmpp_get_file_logger();
void logmsg(const char * const area, const char * const msg);
#endif