src/server/webdav/operation.h

branch
webdav
changeset 247
1df803e06076
parent 246
155bdef7fe7e
child 252
5653a9626cc0
--- a/src/server/webdav/operation.h	Sun May 31 13:08:42 2020 +0200
+++ b/src/server/webdav/operation.h	Sun May 31 16:58:23 2020 +0200
@@ -140,6 +140,11 @@
         WebdavBackend *dav,
         WSBool precondition);
 
+WebdavVFSOperation webdav_vfs_sub_op(
+        WebdavVFSOperation *op,
+        char *path,
+        struct stat *s);
+
 int webdav_op_iterate_children(
         VFSContext *vfs,
         int depth,

mercurial