MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ProtectHeader

Class ProtectHeader

Libraries/unrar/headers.hpp:315–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315struct ProtectHeader:BlockHeader
316{
317 byte Version;
318 ushort RecSectors;
319 uint TotalBlocks;
320 byte Mark[8];
321};
322
323
324struct UnixOwnersHeader:SubBlockHeader

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected