| 840 | } MAPSectionDefRecord; |
| 841 | |
| 842 | typedef struct MAPSectionDef { |
| 843 | uint8_t bIndex; |
| 844 | uint8_t bNumRecords; |
| 845 | uint8_t szID[2]; |
| 846 | struct MAPSectionDefRecord msdRecords[8]; |
| 847 | } MAPSectionDef; |
| 848 | |
| 849 | struct ASFBlockHeader { |
| 850 | char szBlockID[4]; |
nothing calls this directly
no outgoing calls
no test coverage detected