src/server/plugins/postgresql/vfs.h

branch
webdav
changeset 289
285d483db2fb
parent 285
96e53bd94958
child 290
efc10acf539f
equal deleted inserted replaced
288:7dd45173f68a 289:285d483db2fb
61 int nrows; 61 int nrows;
62 } PgDir; 62 } PgDir;
63 63
64 VFS* pg_vfs_create(Session *sn, Request *rq, pblock *pb); 64 VFS* pg_vfs_create(Session *sn, Request *rq, pblock *pb);
65 65
66 VFS* pg_vfs_create_from_resourcedata(Session *sn, Request *rq, ResourceData *resdata);
67
66 68
67 /* 69 /*
68 * Resolve a path into a parent_id and resource name 70 * Resolve a path into a parent_id and resource name
69 * 71 *
70 * Only absolute paths are supported, therefore path[0] must be '/' 72 * Only absolute paths are supported, therefore path[0] must be '/'

mercurial