add ventilogging, vtlognames

This commit is contained in:
rsc 2005-02-15 05:03:44 +00:00
parent 32bb6c8794
commit 5810cad0c3

View file

@ -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;