Rename structures.

This commit is contained in:
2020-03-01 19:55:22 +00:00
parent 5105a6f4e7
commit a03a177f44
6 changed files with 24 additions and 24 deletions

View File

@@ -44,7 +44,7 @@ typedef struct aaruformatContext
uint8_t libraryMajorVersion;
uint8_t libraryMinorVersion;
FILE* imageStream;
DicHeader header;
AaruHeader header;
struct dataLinkedList* mediaTagsHead;
struct dataLinkedList* mediaTagsTail;
uint8_t* sectorPrefix;