make vacfs work; thanks to lucho

This commit is contained in:
rsc 2005-01-16 21:15:30 +00:00
parent 17465d1425
commit a20a146803
6 changed files with 154 additions and 145 deletions

View file

@ -106,6 +106,7 @@ int vacfsgetscore(VacFs *fs, u8int *score);
* int vfsGraft(VacFs*, char *name, VacFs*);
*/
VacFile *vacfsgetroot(VacFs *fs);
VacFile *vacfileopen(VacFs *fs, char *path);
VacFile *vacfilecreate(VacFile *file, char *elem, ulong perm, char *muid);
VacFile *vacfilewalk(VacFile *file, char *elem);