diff util.h @ 511:291e3caa91a0

Move logParseFilename() to nn_log_parse_filename() under util.c and rename logFileOpen() and logFileClose().
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 05 Jun 2012 19:28:34 +0300
parents b6f6c989deab
children 44f67ec5e945
line wrap: on
line diff
--- a/util.h	Sun Jun 03 06:33:28 2012 +0300
+++ b/util.h	Tue Jun 05 19:28:34 2012 +0300
@@ -86,4 +86,7 @@
 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