src/server/webdav/operation.h

branch
webdav
changeset 221
ff5826fc6a6c
parent 217
8ed14d76db42
child 222
5f05e56cb8e2
equal deleted inserted replaced
220:2915b6c11aec 221:ff5826fc6a6c
51 UcxList *requests, 51 UcxList *requests,
52 WebdavResponse *response); 52 WebdavResponse *response);
53 53
54 int webdav_op_propfind_begin( 54 int webdav_op_propfind_begin(
55 WebdavOperation *op, 55 WebdavOperation *op,
56 const char *path, 56 const char *href,
57 VFS_DIR parent, 57 VFS_DIR parent,
58 struct stat *s); 58 struct stat *s);
59 59
60 int webdav_op_propfind_children( 60 int webdav_op_propfind_children(
61 WebdavOperation *op, 61 WebdavOperation *op,
62 VFSContext *vfs, 62 VFSContext *vfs,
63 char *path); 63 const char *href,
64 const char *path);
64 65
65 int webdav_op_propfiond_close_resource( 66 int webdav_op_propfiond_close_resource(
66 WebdavOperation *op, 67 WebdavOperation *op,
67 WebdavResource *resource); 68 WebdavResource *resource);
68 69

mercurial