diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2020-04-30 17:39:24 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2020-04-30 17:39:24 +0200 |
| commit | e04dc6ded7c3ca015095f7826aeb63804624abed (patch) | |
| tree | 6469f72a98b5ae5b8f00c873eca5874f0bf574b5 /src/cc4group.h | |
| parent | 5876cbb5f465490d5c3f7cb310f04efde093c896 (diff) | |
| download | cc4group-e04dc6ded7c3ca015095f7826aeb63804624abed.tar.gz cc4group-e04dc6ded7c3ca015095f7826aeb63804624abed.zip | |
Add crc to CC4Group_EntryInfo
Diffstat (limited to 'src/cc4group.h')
| -rw-r--r-- | src/cc4group.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
