From 800f0ab816de62bee738765ffe23d16436ece369 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Fri, 25 Jun 2004 11:07:08 +0000 Subject: [PATCH] - deleted unused BUCKET_TYPE_V30C - added BUCKET_TYPE_V33 and BUCKET_TYPE_V33_LIZARD --- lib/bucket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/bucket.h b/lib/bucket.h index b6f584a8..1af677ca 100644 --- a/lib/bucket.h +++ b/lib/bucket.h @@ -46,7 +46,8 @@ enum bucket_type { BUCKET_TYPE_COMPAT = 0x7fffffff, /* and less -- buckets created by older versions of Sherlock */ BUCKET_TYPE_PLAIN = 0x80000000, /* plain textual buckets */ BUCKET_TYPE_V30 = 0x80000001, /* v3.0 uncompressed buckets */ - BUCKET_TYPE_V30C = 0x80000002 /* v3.0 compressed buckets */ + BUCKET_TYPE_V33 = 0x80000002, /* v3.3 uncompressed buckets */ + BUCKET_TYPE_V33_LIZARD = 0x80000003 /* v3.3 buckets compressed by lizard */ }; struct fastbuf; -- 2.39.2