aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-15 05:03:44 +0000
committerrsc <devnull@localhost>2005-02-15 05:03:44 +0000
commit5810cad0c374b5ad6736949aa8b04ecdee760681 (patch)
treea35f9291f0e0517fa23131d41b67b60d395becf0 /include
parent32bb6c879450f715f10b88b181a8da04ca04831b (diff)
downloadplan9port-5810cad0c374b5ad6736949aa8b04ecdee760681.tar.gz
plan9port-5810cad0c374b5ad6736949aa8b04ecdee760681.tar.bz2
plan9port-5810cad0c374b5ad6736949aa8b04ecdee760681.zip
add ventilogging, vtlognames
Diffstat (limited to 'include')
-rw-r--r--include/venti.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/venti.h b/include/venti.h
index 16cabe8d..5f48ee04 100644
--- a/include/venti.h
+++ b/include/venti.h
@@ -73,6 +73,7 @@ void vtlogprint(VtLog *log, char *fmt, ...);
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 @@ int vtfileremove(VtFile*);
extern int chattyventi;
extern int ventidoublechecksha1;
+extern int ventilogging;
extern char *VtServerLog;