src/server/util/util.h

changeset 104
a8acbb12f27c
parent 99
b9a6af0ae41a
child 106
b122f34ddc80
equal deleted inserted replaced
103:d3b514e2ddbd 104:a8acbb12f27c
233 NSAPI_PUBLIC 233 NSAPI_PUBLIC
234 void util_add_ppath(sstr_t root, sstr_t path, pblock *vars); 234 void util_add_ppath(sstr_t root, sstr_t path, pblock *vars);
235 235
236 /* ucx utils */ 236 /* ucx utils */
237 UcxAllocator util_pool_allocator(pool_handle_t *pool); 237 UcxAllocator util_pool_allocator(pool_handle_t *pool);
238
239 int util_isdate(char *str);
238 240
239 /* --- End common function prototypes --- */ 241 /* --- End common function prototypes --- */
240 242
241 /* --- Begin Unix-only function prototypes --- */ 243 /* --- Begin Unix-only function prototypes --- */
242 244

mercurial