From b7f008fc353ea05c423fb571047144052ce691c3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 16 Nov 2005 08:27:06 +0000 Subject: * Did something useful while waiting at IAD: reference scanning is now much faster. --- src/libutil/hash.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libutil/hash.hh') diff --git a/src/libutil/hash.hh b/src/libutil/hash.hh index 398b17421644..0a0dfed7eefe 100644 --- a/src/libutil/hash.hh +++ b/src/libutil/hash.hh @@ -15,6 +15,8 @@ const int md5HashSize = 16; const int sha1HashSize = 20; const int sha256HashSize = 32; +extern const string base32Chars; + struct Hash { -- cgit 1.4.1