diff util.h @ 464:35d67bd0613b

Move str_*() functions to util.c
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 May 2012 06:01:06 +0300
parents 3396acd40147
children 796508f828f6
line wrap: on
line diff
--- a/util.h	Sat May 26 06:00:02 2012 +0300
+++ b/util.h	Sat May 26 06:01:06 2012 +0300
@@ -98,4 +98,9 @@
 nn_strtuple_t *nn_strtuple_new(size_t, char *);
 void nn_strtuple_free(nn_strtuple_t *);
 
+
+BOOL str_get_timestamp(char *str, size_t len, const char *fmt);
+char * str_trim_left(char *buf);
+int str_compare(const void *s1, const void *s2);
+
 #endif