plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 1c485dae435dcd225d14d94f12bf387b5579ed0c
parent ae0a96f7961b75b6741d67c6c849e47ccf4b5004
Author: rsc <devnull@localhost>
Date:   Thu, 12 May 2005 14:03:16 +0000

change vtlognames

Diffstat:
Minclude/venti.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/venti.h b/include/venti.h @@ -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 */