aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-05-12 14:03:16 +0000
committerrsc <devnull@localhost>2005-05-12 14:03:16 +0000
commit1c485dae435dcd225d14d94f12bf387b5579ed0c (patch)
treedf6fae70bf02373c7ef252b8c45ec483f577b487 /include
parentae0a96f7961b75b6741d67c6c849e47ccf4b5004 (diff)
downloadplan9port-1c485dae435dcd225d14d94f12bf387b5579ed0c.tar.gz
plan9port-1c485dae435dcd225d14d94f12bf387b5579ed0c.tar.bz2
plan9port-1c485dae435dcd225d14d94f12bf387b5579ed0c.zip
change vtlognames
Diffstat (limited to 'include')
-rw-r--r--include/venti.h2
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 */