diff -r f927ef81a12b -r 0e3f275b2492 src/server/plugins/postgresql/webdav.h --- a/src/server/plugins/postgresql/webdav.h Tue Apr 19 18:23:54 2022 +0200 +++ b/src/server/plugins/postgresql/webdav.h Tue Apr 19 18:34:40 2022 +0200 @@ -38,6 +38,14 @@ extern "C" { #endif + +typedef struct PgPropfind { + ResourceData *pg_resource; + PGconn *connection; +} PgPropfind; + + +/* ----------------- webdav backend functions ----------------- */ int pg_dav_propfind_init( WebdavPropfindRequest *rq, const char *path,