about summary refs log tree commit diff stats
path: root/log.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-05 15:22:02 +0000
committerJames Booth <boothj5@gmail.com>2012-02-05 15:22:02 +0000
commit39627be1f5efd07febdc6ee545f2e8c5b2603f8d (patch)
treea84ab40e0b8fa87bb5dcc7633f9b9a843eecbf2c /log.h
parent5eaf687d98de9683ea4e479845868c56c14f015d (diff)
downloadprofani-tty-39627be1f5efd07febdc6ee545f2e8c5b2603f8d.tar.gz
Tidied up logging functions
Diffstat (limited to 'log.h')
-rw-r--r--log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/log.h b/log.h
index 1608167b..c8763cd6 100644
--- a/log.h
+++ b/log.h
@@ -5,5 +5,6 @@
 FILE *logp;
 
 xmpp_log_t *xmpp_get_file_logger();
+void logmsg(const char * const area, const char * const msg);
 
 #endif