diff options
author | rsc <devnull@localhost> | 2006-07-23 02:55:34 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-07-23 02:55:34 +0000 |
commit | 73a5509ae929e41ca0047254a880c8efd4aa72a1 (patch) | |
tree | f3e313e86f79c9f5bae32f529548d6e805210eea /include | |
parent | 9b3357a896417eb166cf94dd2a04aa391fef21c8 (diff) | |
download | plan9port-73a5509ae929e41ca0047254a880c8efd4aa72a1.tar.gz plan9port-73a5509ae929e41ca0047254a880c8efd4aa72a1.tar.bz2 plan9port-73a5509ae929e41ca0047254a880c8efd4aa72a1.zip |
more functions
Diffstat (limited to 'include')
-rw-r--r-- | include/9pclient.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/9pclient.h b/include/9pclient.h index de9d2691..52b2cb96 100644 --- a/include/9pclient.h +++ b/include/9pclient.h @@ -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 } |