src/server/util/util.h

changeset 96
0185b13bf41f
parent 91
fac51f87def0
child 99
b9a6af0ae41a
equal deleted inserted replaced
95:74a81d9e19d0 96:0185b13bf41f
228 /* path utils */ 228 /* path utils */
229 NSAPI_PUBLIC 229 NSAPI_PUBLIC
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
234 void util_add_ppath(sstr_t root, sstr_t path, pblock *vars);
233 235
234 /* --- End common function prototypes --- */ 236 /* --- End common function prototypes --- */
235 237
236 /* --- Begin Unix-only function prototypes --- */ 238 /* --- Begin Unix-only function prototypes --- */
237 239

mercurial