diff options
author | rsc <devnull@localhost> | 2005-05-12 14:03:16 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-05-12 14:03:16 +0000 |
commit | 1c485dae435dcd225d14d94f12bf387b5579ed0c (patch) | |
tree | df6fae70bf02373c7ef252b8c45ec483f577b487 /include | |
parent | ae0a96f7961b75b6741d67c6c849e47ccf4b5004 (diff) | |
download | plan9port-1c485dae435dcd225d14d94f12bf387b5579ed0c.tar.gz plan9port-1c485dae435dcd225d14d94f12bf387b5579ed0c.tar.bz2 plan9port-1c485dae435dcd225d14d94f12bf387b5579ed0c.zip |
change vtlognames
Diffstat (limited to 'include')
-rw-r--r-- | include/venti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/venti.h b/include/venti.h index 5f48ee04..1e6c8096 100644 --- 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 */ |