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

Class RARHeaderData

Libraries/unrar/dll.cpp:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184int PASCAL RARReadHeader(HANDLE hArcData,struct RARHeaderData *D)
185{
186 struct RARHeaderDataEx X;
187 memset(&X,0,sizeof(X));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected