src/server/util/util.h

branch
webdav
changeset 285
96e53bd94958
parent 282
cfb588e27198
child 338
c62ea2a2133b
--- 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);

mercurial