more functions

This commit is contained in:
rsc 2006-07-23 02:55:34 +00:00
parent 9b3357a896
commit 73a5509ae9
10 changed files with 126 additions and 29 deletions

View file

@ -47,8 +47,15 @@ CFid *fscreate(CFsys*, char*, int, ulong);
int fsaccess(CFsys*, char*, int);
int fsvprint(CFid*, char*, va_list);
int fsprint(CFid*, char*, ...);
Qid fsqid(CFid*);
/* manipulate unopened fids */
CFid *fswalk(CFid*, char*);
int fsfopen(CFid*, int);
int fsfcreate(CFid*, char*, int, ulong);
extern int chatty9pclient;
extern int eofkill9pclient;
#ifdef __cplusplus
}