src/server/util/util.h

changeset 104
a8acbb12f27c
parent 99
b9a6af0ae41a
child 106
b122f34ddc80
--- a/src/server/util/util.h	Sat Oct 17 23:05:23 2015 +0200
+++ b/src/server/util/util.h	Fri Oct 23 17:28:09 2015 +0200
@@ -236,6 +236,8 @@
 /* ucx utils */
 UcxAllocator util_pool_allocator(pool_handle_t *pool);
 
+int util_isdate(char *str);
+
 /* --- End common function prototypes --- */
 
 /* --- Begin Unix-only function prototypes --- */

mercurial