mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
change vtlognames
This commit is contained in:
parent
ae0a96f796
commit
1c485dae43
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue