comparison 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
comparison
equal deleted inserted replaced
510:54f4f84bae5c 511:291e3caa91a0
84 BOOL str_get_timestamp(char *str, size_t len, const char *fmt); 84 BOOL str_get_timestamp(char *str, size_t len, const char *fmt);
85 char * str_trim_left(char *buf); 85 char * str_trim_left(char *buf);
86 char * str_trim_right(char *buf); 86 char * str_trim_right(char *buf);
87 int str_compare(const void *s1, const void *s2); 87 int str_compare(const void *s1, const void *s2);
88 88
89
90 char *nn_log_parse_filename(const char *fmt, int id);
91
89 #endif 92 #endif