src/server/plugins/postgresql/vfs.h

branch
webdav
changeset 289
285d483db2fb
parent 285
96e53bd94958
child 290
efc10acf539f
--- a/src/server/plugins/postgresql/vfs.h	Sat Apr 16 14:36:08 2022 +0200
+++ b/src/server/plugins/postgresql/vfs.h	Sat Apr 16 21:05:29 2022 +0200
@@ -63,6 +63,8 @@
 
 VFS* pg_vfs_create(Session *sn, Request *rq, pblock *pb);
 
+VFS* pg_vfs_create_from_resourcedata(Session *sn, Request *rq, ResourceData *resdata);
+
 
 /*
  * Resolve a path into a parent_id and resource name

mercurial