src/server/util/util.h

changeset 99
b9a6af0ae41a
parent 96
0185b13bf41f
child 104
a8acbb12f27c
equal deleted inserted replaced
98:59656cd16411 99:b9a6af0ae41a
230 sstr_t util_path_append(pool_handle_t *pool, char *path, char *child); 230 sstr_t util_path_append(pool_handle_t *pool, char *path, char *child);
231 NSAPI_PUBLIC 231 NSAPI_PUBLIC
232 sstr_t util_path_remove_last(sstr_t path); 232 sstr_t util_path_remove_last(sstr_t path);
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
236 /* ucx utils */
237 UcxAllocator util_pool_allocator(pool_handle_t *pool);
235 238
236 /* --- End common function prototypes --- */ 239 /* --- End common function prototypes --- */
237 240
238 /* --- Begin Unix-only function prototypes --- */ 241 /* --- Begin Unix-only function prototypes --- */
239 242

mercurial