src/server/public/vfs.h

branch
webdav
changeset 286
864e2d701dd4
parent 277
7608af69739f
child 345
5832e10fc59a
equal deleted inserted replaced
285:96e53bd94958 286:864e2d701dd4
67 VFS *vfs; 67 VFS *vfs;
68 User *user; 68 User *user;
69 ACLListHandle *acllist; 69 ACLListHandle *acllist;
70 uint32_t aclreqaccess; 70 uint32_t aclreqaccess;
71 int vfs_errno; 71 int vfs_errno;
72 WSBool error_response_set;
72 }; 73 };
73 74
74 struct VFSFile { 75 struct VFSFile {
75 VFSContext *ctx; 76 VFSContext *ctx;
76 VFS_IO *io; /* IO functions */ 77 VFS_IO *io; /* IO functions */

mercurial