diff options
author | rsc <devnull@localhost> | 2006-07-18 15:23:58 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-07-18 15:23:58 +0000 |
commit | d20564a9a6d75192ec21170f2c6cd699eb361d96 (patch) | |
tree | dfc62a2603829373cf53b5cf0d27f60fb3ddc8d6 /include | |
parent | 2bdefab1da7bc64f433cba5871fc57d5524a06e1 (diff) | |
download | plan9port-d20564a9a6d75192ec21170f2c6cd699eb361d96.tar.gz plan9port-d20564a9a6d75192ec21170f2c6cd699eb361d96.tar.bz2 plan9port-d20564a9a6d75192ec21170f2c6cd699eb361d96.zip |
add vttimefmt
Diffstat (limited to 'include')
-rw-r--r-- | include/venti.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/venti.h b/include/venti.h index c4538a90..9fea5bcf 100644 --- a/include/venti.h +++ b/include/venti.h @@ -488,6 +488,8 @@ uvlong vtfilegetsize(VtFile*); int vtfilesetsize(VtFile*, u64int); int vtfileremove(VtFile*); +extern int vttimefmt(Fmt*); + extern int chattyventi; extern int ventidoublechecksha1; extern int ventilogging; |