From e04dc6ded7c3ca015095f7826aeb63804624abed Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 30 Apr 2020 17:39:24 +0200 Subject: Add crc to CC4Group_EntryInfo --- src/cc4group.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cc4group.h') diff --git a/src/cc4group.h b/src/cc4group.h index d06f636..f54811b 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -107,6 +107,9 @@ typedef struct { // cc4group can modify official groups in the usual ways and can change groups' "official" status through the setOfficial method // users of cc4group should honor and change the "official" status how they think is appropriate (or simply ignore it) bool official; + + // the crc checksum, recalculated to C4GroupEntryCore_ContentsFileNameCRC if it is old or not calculated yet + uint32_t crc; } CC4Group_EntryInfo; -- cgit v1.2.3-54-g00ecf