src/server/public/webdav.h

changeset 479
2a42ba73ecdd
parent 378
0344108db255
equal deleted inserted replaced
478:4dccc47c282e 479:2a42ba73ecdd
87 #define WS_WEBDAV_PROPFIND_USE_VFS 0x01 87 #define WS_WEBDAV_PROPFIND_USE_VFS 0x01
88 88
89 /* 89 /*
90 * Use the vfs to open a file for proppatch 90 * Use the vfs to open a file for proppatch
91 */ 91 */
92 #define WS_WEBDAV_PROPPATCH_USE_VFS 0x02 92 #define WS_WEBDAV_PROPPATCH_USE_VFS 0x02
93 93
94 94
95 typedef void*(*webdav_init_func)(ServerConfiguration *cfg, pool_handle_t *pool, WSConfigNode *config); 95 typedef void*(*webdav_init_func)(ServerConfiguration *cfg, pool_handle_t *pool, WSConfigNode *config);
96 typedef WebdavBackend*(*webdav_create_func)(Session *sn, Request *rq, pblock *pb, void *initData); 96 typedef WebdavBackend*(*webdav_create_func)(Session *sn, Request *rq, pblock *pb, void *initData);
97 97

mercurial