src/server/util/util.h

changeset 63
66442f81f823
parent 62
c47e081b6c0f
child 91
fac51f87def0
equal deleted inserted replaced
62:c47e081b6c0f 63:66442f81f823
226 NSAPI_PUBLIC int util_qtoi(const char *q, const char **p); 226 NSAPI_PUBLIC int util_qtoi(const char *q, const char **p);
227 227
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
232 sstr_t util_path_remove_last(sstr_t path);
231 233
232 /* --- End common function prototypes --- */ 234 /* --- End common function prototypes --- */
233 235
234 /* --- Begin Unix-only function prototypes --- */ 236 /* --- Begin Unix-only function prototypes --- */
235 237

mercurial