tmore - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8d5a7808a3192acab2f745a453f996aa8c4a8c0e
(DIR) parent 577782688c79b61603b4d88d8ae32200bc73a9dc
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 27 Jan 2006 03:45:46 +0000
more
Diffstat:
M include/9pclient.h | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/include/9pclient.h b/include/9pclient.h
t@@ -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;