plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 8d5a7808a3192acab2f745a453f996aa8c4a8c0e
parent 577782688c79b61603b4d88d8ae32200bc73a9dc
Author: rsc <devnull@localhost>
Date:   Fri, 27 Jan 2006 03:45:46 +0000

more

Diffstat:
Minclude/9pclient.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/9pclient.h b/include/9pclient.h @@ -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;