diff options
author | rsc <devnull@localhost> | 2004-05-23 00:59:17 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-05-23 00:59:17 +0000 |
commit | a09e80f9c414ffc815641d49836be3a2a6a07800 (patch) | |
tree | 0854a21767989f10d109db6949aa3861e32a579d /include | |
parent | 7e0e6522e576bc35b55a7182c23fb752cc1ec636 (diff) | |
download | plan9port-a09e80f9c414ffc815641d49836be3a2a6a07800.tar.gz plan9port-a09e80f9c414ffc815641d49836be3a2a6a07800.tar.bz2 plan9port-a09e80f9c414ffc815641d49836be3a2a6a07800.zip |
various debugging
Diffstat (limited to 'include')
-rw-r--r-- | include/venti.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/venti.h b/include/venti.h index 8c58ab3d..fb8f6c4c 100644 --- a/include/venti.h +++ b/include/venti.h @@ -446,6 +446,9 @@ uvlong vtfilegetsize(VtFile*); int vtfilesetsize(VtFile*, uvlong); int vtfileremove(VtFile*); +extern int chattyventi; +extern int ventidoublechecksha1; + #if defined(__cplusplus) } #endif |