aboutsummaryrefslogtreecommitdiff
path: root/include/venti.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/venti.h')
-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;