src/server/webdav/webdav.h

branch
webdav
changeset 213
4a6be4f10d5f
parent 212
d7e7ea9c6bc6
child 217
8ed14d76db42
equal deleted inserted replaced
212:d7e7ea9c6bc6 213:4a6be4f10d5f
60 60
61 int webdav_options(pblock *pb, Session *sn, Request *rq); 61 int webdav_options(pblock *pb, Session *sn, Request *rq);
62 62
63 int webdav_propfind(pblock *pb, Session *sn, Request *rq); 63 int webdav_propfind(pblock *pb, Session *sn, Request *rq);
64 64
65 int webdav_propfind_init(
66 WebdavBackend *dav,
67 WebdavPropfindRequest *propfind,
68 const char *path,
69 UcxList **out_req);
70
65 int webdav_propfind_do( 71 int webdav_propfind_do(
66 WebdavBackend *webdav, 72 WebdavBackend *webdav,
67 UcxList *requests, 73 UcxList *requests,
68 WebdavResponse *response, 74 WebdavResponse *response,
69 VFS_DIR parent, 75 VFS_DIR parent,

mercurial