commit | 5810cad0c374b5ad6736949aa8b04ecdee760681 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Feb 15 05:03:44 2005 +0000 |
committer | rsc <devnull@localhost> | Tue Feb 15 05:03:44 2005 +0000 |
tree | a35f9291f0e0517fa23131d41b67b60d395becf0 | |
parent | 32bb6c879450f715f10b88b181a8da04ca04831b [diff] [blame] |
add ventilogging, vtlognames
diff --git a/include/venti.h b/include/venti.h index 16cabe8..5f48ee0 100644 --- a/include/venti.h +++ b/include/venti.h
@@ -73,6 +73,7 @@ void vtlog(char *name, char *fmt, ...); void vtlogclose(VtLog*); void vtlogremove(char *name); +int vtlognames(char***); void vtlogdump(int fd, VtLog*); /* XXX begin actual venti.h */ @@ -488,6 +489,7 @@ extern int chattyventi; extern int ventidoublechecksha1; +extern int ventilogging; extern char *VtServerLog;