This commit is contained in:
rsc 2006-01-27 03:45:46 +00:00
parent 577782688c
commit 8d5a7808a3

View file

@ -41,6 +41,9 @@ void fssetroot(CFsys*, CFid*);
CFsys *nsinit(char*);
CFsys *nsmount(char*, char*);
CFid *nsopen(char*, char*, char*, int);
int fsfremove(CFid*);
int fsremove(CFsys*, char*);
CFid *fscreate(CFsys*, char*, int, ulong);
extern int chatty9pclient;