diff -r e03737cea6e2 -r 8787cb5ebab3 src/server/public/webdav.h --- a/src/server/public/webdav.h Sun Apr 24 18:35:44 2022 +0200 +++ b/src/server/public/webdav.h Mon Apr 25 13:48:05 2022 +0200 @@ -272,6 +272,7 @@ * int propfind_init( * WebdavPropfindRequest *rq, * const char *path, + * const char *href, * WebdavPList **outplist); * * Initializes a propfind request. This is called once for each propfind @@ -279,7 +280,7 @@ * multistatus response. * */ - int (*propfind_init)(WebdavPropfindRequest *, const char *, WebdavPList **); + int (*propfind_init)(WebdavPropfindRequest *, const char *, const char *, WebdavPList **); /* * int propfind_do(