diff util.h @ 541:44f67ec5e945

Improve logging facilities. Private chats in query windows are now logged separately. A log file directory can be set in configuration. Room log files are always of format room_%d.ext. Log file extension can be set, default is ".log".
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Nov 2012 18:32:42 +0200
parents 291e3caa91a0
children 97a49a6cc959
line wrap: on
line diff
--- a/util.h	Sun Nov 11 07:33:31 2012 +0200
+++ b/util.h	Sun Nov 11 18:32:42 2012 +0200
@@ -86,7 +86,4 @@
 char * str_trim_right(char *buf);
 int str_compare(const void *s1, const void *s2);
 
-
-char *nn_log_parse_filename(const char *fmt, int id);
-
 #endif