src/server/public/vfs.h

branch
webdav
changeset 277
7608af69739f
parent 276
0cb4eda146c4
child 286
864e2d701dd4
--- a/src/server/public/vfs.h	Fri Jan 28 15:44:30 2022 +0100
+++ b/src/server/public/vfs.h	Fri Jan 28 16:01:05 2022 +0100
@@ -116,6 +116,11 @@
 int vfs_register_type(const char *name, vfs_create_func vfsCreate);
 
 /*
+ * Create a new VFS instance
+ */
+VFS* vfs_create(Session *sn, Request *rq, const char *vfs_class, pblock *pb);
+
+/*
  * creates a VFSContext for a Request
  * vfs calls will do ACL checks
  */

mercurial