src/server/util/util.h

changeset 99
b9a6af0ae41a
parent 96
0185b13bf41f
child 104
a8acbb12f27c
--- a/src/server/util/util.h	Mon Apr 06 16:36:25 2015 +0200
+++ b/src/server/util/util.h	Fri Oct 16 19:23:49 2015 +0200
@@ -233,6 +233,9 @@
 NSAPI_PUBLIC
 void util_add_ppath(sstr_t root, sstr_t path, pblock *vars);
 
+/* ucx utils */
+UcxAllocator util_pool_allocator(pool_handle_t *pool);
+
 /* --- End common function prototypes --- */
 
 /* --- Begin Unix-only function prototypes --- */

mercurial