diff options
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 */ |