src/server/webdav/webdav.h

branch
webdav
changeset 307
8787cb5ebab3
parent 252
5653a9626cc0
child 366
47bc686fafe4
--- a/src/server/webdav/webdav.h	Sun Apr 24 18:35:44 2022 +0200
+++ b/src/server/webdav/webdav.h	Mon Apr 25 13:48:05 2022 +0200
@@ -66,6 +66,7 @@
         WebdavBackend *dav,
         WebdavPropfindRequest *propfind,
         const char *path,
+        const char *uri,
         UcxList **out_req);
 
 int webdav_propfind_do(
@@ -93,7 +94,8 @@
 
 int default_propfind_init(
         WebdavPropfindRequest *rq,
-        const char* path,
+        const char *path,
+        const char *href,
         WebdavPList **outplist);
 int default_propfind_do(
         WebdavPropfindRequest *request,

mercurial