0.5.1-pre3; more bug fixes related to handling of mislocated secondary

header and partition table.
This commit is contained in:
srs5694
2009-11-26 18:36:12 -05:00
parent 3f2fe99e72
commit 247657a5ac
5 changed files with 73 additions and 51 deletions

2
gpt.h
View File

@@ -127,7 +127,7 @@ public:
void BlankPartitions(void);
void SortGPT(void);
int ClearGPTData(void);
void FixSecondHeaderLocation();
void MoveSecondHeaderToEnd();
void SetName(uint32_t partNum, char* theName = NULL);
void SetDiskGUID(GUIDData newGUID);
int SetPartitionGUID(uint32_t pn, GUIDData theGUID);