tnsopen - 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 74a69210695acc71f865a811865fb528b68343f3
 (DIR) parent baf3dc26f74e59a7fe0ffc1325aeac5f33d63a1f
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue,  8 Feb 2005 21:06:39 +0000
       
       nsopen
       
       Diffstat:
         M include/9pclient.h                  |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/include/9pclient.h b/include/9pclient.h
       t@@ -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);
       t@@ -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
        }