src/server/webdav/operation.h

branch
webdav
changeset 221
ff5826fc6a6c
parent 217
8ed14d76db42
child 222
5f05e56cb8e2
--- a/src/server/webdav/operation.h	Tue Dec 31 14:53:13 2019 +0100
+++ b/src/server/webdav/operation.h	Tue Dec 31 16:31:29 2019 +0100
@@ -53,14 +53,15 @@
 
 int webdav_op_propfind_begin(
         WebdavOperation *op,
-        const char *path,
+        const char *href,
         VFS_DIR parent,
         struct stat *s);
 
 int webdav_op_propfind_children(
         WebdavOperation *op,
         VFSContext *vfs,
-        char *path);
+        const char *href,
+        const char *path);
 
 int webdav_op_propfiond_close_resource(
         WebdavOperation *op,

mercurial