aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-08 21:06:39 +0000
committerrsc <devnull@localhost>2005-02-08 21:06:39 +0000
commit74a69210695acc71f865a811865fb528b68343f3 (patch)
treeb73d27070a3562c3099ff3b3bfaee4cb596a2288 /include
parentbaf3dc26f74e59a7fe0ffc1325aeac5f33d63a1f (diff)
downloadplan9port-74a69210695acc71f865a811865fb528b68343f3.tar.gz
plan9port-74a69210695acc71f865a811865fb528b68343f3.tar.bz2
plan9port-74a69210695acc71f865a811865fb528b68343f3.zip
nsopen
Diffstat (limited to 'include')
-rw-r--r--include/9pclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/9pclient.h b/include/9pclient.h
index e8beed4f..306a7e7b 100644
--- a/include/9pclient.h
+++ b/include/9pclient.h
@@ -16,7 +16,7 @@ CFsys *fsinit(int);
CFsys *fsmount(int, char*);
int fsversion(CFsys*, int, char*, int);
-CFid *fsauth(CFsys*, char*);
+CFid *fsauth(CFsys*, char*, char*);
CFid *fsattach(CFsys*, CFid*, char*, char*);
CFid *fsopen(CFsys*, char*, int);
int fsopenfd(CFsys*, char*, int);
@@ -38,6 +38,7 @@ int fsdirfwstat(CFid*, struct Dir*);
CFid *fsroot(CFsys*);
void fssetroot(CFsys*, CFid*);
CFsys *nsmount(char*, char*);
+CFid *nsopen(char*, char*, char*, int);
#ifdef __cplusplus
}