diff options
| author | rsc <devnull@localhost> | 2006-01-27 03:45:46 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2006-01-27 03:45:46 +0000 |
| commit | 8d5a7808a3192acab2f745a453f996aa8c4a8c0e (patch) | |
| tree | 0dd54a36853f04bb16792ab7fc5e24355c6bda79 /include | |
| parent | 577782688c79b61603b4d88d8ae32200bc73a9dc (diff) | |
| download | plan9port-8d5a7808a3192acab2f745a453f996aa8c4a8c0e.tar.gz plan9port-8d5a7808a3192acab2f745a453f996aa8c4a8c0e.zip | |
more
Diffstat (limited to 'include')
| -rw-r--r-- | include/9pclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/9pclient.h b/include/9pclient.h index 2fc9f7ab..aac7ee12 100644 --- 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; |
