From 73a5509ae929e41ca0047254a880c8efd4aa72a1 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Jul 2006 02:55:34 +0000 Subject: more functions --- include/9pclient.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/9pclient.h') 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 } -- cgit v1.2.3