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/cppc4group.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cppc4group.hpp') diff --git a/src/cppc4group.hpp b/src/cppc4group.hpp index e8f7ba1..2c1f6c1 100644 --- a/src/cppc4group.hpp +++ b/src/cppc4group.hpp @@ -50,6 +50,7 @@ public: bool executable; bool directory; bool official; + uint32_t crc; }; // this struct is used in custom tmp memory strategies -- cgit v1.2.3-54-g00ecf