src/server/plugins/postgresql/vfs.h

branch
webdav
changeset 290
efc10acf539f
parent 289
285d483db2fb
child 291
0f46b645aea4
--- a/src/server/plugins/postgresql/vfs.h	Sat Apr 16 21:05:29 2022 +0200
+++ b/src/server/plugins/postgresql/vfs.h	Sun Apr 17 11:19:13 2022 +0200
@@ -98,7 +98,8 @@
         int64_t *res_parent_id,
         Oid *oid,
         const char **resource_name,
-        struct stat *s);
+        struct stat *s,
+        WSBool collection);
     
 SYS_FILE pg_vfs_open(VFSContext *ctx, const char *path, int oflags);
 int pg_vfs_stat(VFSContext *ctx, const char *path, struct stat *buf);

mercurial