src/server/webdav/webdav.h

branch
webdav
changeset 252
5653a9626cc0
parent 245
a193c42fc809
child 307
8787cb5ebab3
--- a/src/server/webdav/webdav.h	Sat Jul 11 17:58:00 2020 +0200
+++ b/src/server/webdav/webdav.h	Fri Jul 24 08:00:11 2020 +0200
@@ -68,6 +68,14 @@
         const char *path,
         UcxList **out_req);
 
+int webdav_propfind_do(
+        WebdavBackend *dav,
+        WebdavPropfindRequest *propfind,
+        WebdavResponse *response,
+        VFSContext *vfs,
+        char *path,
+        char *uri);
+
 
 int webdav_proppatch(pblock *pb, Session *sn, Request *rq);
 int webdav_mkcol(pblock *pb, Session *sn, Request *rq);

mercurial