diff -r eab579b8c80d -r 96e53bd94958 src/server/util/util.h --- a/src/server/util/util.h Thu Feb 03 18:03:27 2022 +0100 +++ b/src/server/util/util.h Fri Feb 04 18:12:23 2022 +0100 @@ -202,6 +202,7 @@ // new NSAPI_PUBLIC int util_strtoint(const char *str, int64_t *value); NSAPI_PUBLIC const char* util_resource_name(const char *url); +NSAPI_PUBLIC char* util_parent_path(const char *path); // TODO //NSAPI_PUBLIC PRIntervalTime INTutil_getinterval(const char *v, PRIntervalTime def);