Commit Diff


commit - baf3dc26f74e59a7fe0ffc1325aeac5f33d63a1f
commit + 74a69210695acc71f865a811865fb528b68343f3
blob - e8beed4fad48344c795bd6ef35f461f69b626202
blob + 306a7e7b27406d04ae1c7cfe8166a0849568f9c8
--- include/9pclient.h
+++ 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
 }