| 55 | |
| 56 | |
| 57 | struct RARHeaderData |
| 58 | { |
| 59 | char ArcName[260]; |
| 60 | char FileName[260]; |
| 61 | unsigned int Flags; |
| 62 | unsigned int PackSize; |
| 63 | unsigned int UnpSize; |
| 64 | unsigned int HostOS; |
| 65 | unsigned int FileCRC; |
| 66 | unsigned int FileTime; |
| 67 | unsigned int UnpVer; |
| 68 | unsigned int Method; |
| 69 | unsigned int FileAttr; |
| 70 | char *CmtBuf; |
| 71 | unsigned int CmtBufSize; |
| 72 | unsigned int CmtSize; |
| 73 | unsigned int CmtState; |
| 74 | }; |
| 75 | |
| 76 | |
| 77 | struct RARHeaderDataEx |
nothing calls this directly
no outgoing calls
no test coverage detected