src/server/plugins/postgresql/webdav.h

branch
webdav
changeset 300
0e3f275b2492
parent 299
f927ef81a12b
child 303
ad9ba51c8634
equal deleted inserted replaced
299:f927ef81a12b 300:0e3f275b2492
36 36
37 #ifdef __cplusplus 37 #ifdef __cplusplus
38 extern "C" { 38 extern "C" {
39 #endif 39 #endif
40 40
41
42 typedef struct PgPropfind {
43 ResourceData *pg_resource;
44 PGconn *connection;
45 } PgPropfind;
46
47
48 /* ----------------- webdav backend functions ----------------- */
41 int pg_dav_propfind_init( 49 int pg_dav_propfind_init(
42 WebdavPropfindRequest *rq, 50 WebdavPropfindRequest *rq,
43 const char *path, 51 const char *path,
44 WebdavPList **outplist); 52 WebdavPList **outplist);
45 53

mercurial