make vacfs work; thanks to lucho
This commit is contained in:
parent
17465d1425
commit
a20a146803
6 changed files with 154 additions and 145 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue