diff -r d3b514e2ddbd -r a8acbb12f27c src/server/util/util.h --- 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 --- */