src/server/public/webdav.h

branch
webdav
changeset 378
0344108db255
parent 376
61d481d3c2e4
child 479
2a42ba73ecdd
equal deleted inserted replaced
377:c011bc2b3143 378:0344108db255
305 * int propfind_finish(WebdavPropfindRequest *rq); 305 * int propfind_finish(WebdavPropfindRequest *rq);
306 * 306 *
307 * Finishes a propfind request. 307 * Finishes a propfind request.
308 */ 308 */
309 int (*propfind_finish)(WebdavPropfindRequest *); 309 int (*propfind_finish)(WebdavPropfindRequest *);
310 310
311 /* 311 /*
312 * int proppatch_do( 312 * int proppatch_do(
313 * WebdavProppatchRequest *request, 313 * WebdavProppatchRequest *request,
314 * WebdavResource *response, 314 * WebdavResource *response,
315 * VFSFile *file, 315 * VFSFile *file,

mercurial