URI:
       tchange vtlognames - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 1c485dae435dcd225d14d94f12bf387b5579ed0c
   DIR parent ae0a96f7961b75b6741d67c6c849e47ccf4b5004
  HTML Author: rsc <devnull@localhost>
       Date:   Thu, 12 May 2005 14:03:16 +0000
       
       change vtlognames
       
       Diffstat:
         M include/venti.h                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/include/venti.h b/include/venti.h
       t@@ -73,7 +73,7 @@ void        vtlogprint(VtLog *log, char *fmt, ...);
        void        vtlog(char *name, char *fmt, ...);
        void        vtlogclose(VtLog*);
        void        vtlogremove(char *name);
       -int        vtlognames(char***);
       +char        **vtlognames(int*);
        void        vtlogdump(int fd, VtLog*);
        
        /* XXX begin actual venti.h */