about summary refs log tree commit diff stats
path: root/log.h
diff options
context:
space:
mode:
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