src/server/webdav/operation.h

branch
webdav
changeset 247
1df803e06076
parent 246
155bdef7fe7e
child 252
5653a9626cc0
equal deleted inserted replaced
246:155bdef7fe7e 247:1df803e06076
138 Session *sn, 138 Session *sn,
139 Request *rq, 139 Request *rq,
140 WebdavBackend *dav, 140 WebdavBackend *dav,
141 WSBool precondition); 141 WSBool precondition);
142 142
143 WebdavVFSOperation webdav_vfs_sub_op(
144 WebdavVFSOperation *op,
145 char *path,
146 struct stat *s);
147
143 int webdav_op_iterate_children( 148 int webdav_op_iterate_children(
144 VFSContext *vfs, 149 VFSContext *vfs,
145 int depth, 150 int depth,
146 const char *href, 151 const char *href,
147 const char *path, 152 const char *path,

mercurial