src/server/plugins/postgresql/webdav.h

branch
webdav
changeset 307
8787cb5ebab3
parent 306
e03737cea6e2
child 315
b608b7aa43a6
equal deleted inserted replaced
306:e03737cea6e2 307:8787cb5ebab3
58 58
59 /* ----------------- webdav backend functions ----------------- */ 59 /* ----------------- webdav backend functions ----------------- */
60 int pg_dav_propfind_init( 60 int pg_dav_propfind_init(
61 WebdavPropfindRequest *rq, 61 WebdavPropfindRequest *rq,
62 const char *path, 62 const char *path,
63 const char *href,
63 WebdavPList **outplist); 64 WebdavPList **outplist);
64 65
65 int pg_dav_propfind_do( 66 int pg_dav_propfind_do(
66 WebdavPropfindRequest *rq, 67 WebdavPropfindRequest *rq,
67 WebdavResponse *response, 68 WebdavResponse *response,

mercurial