| commit | 8bb7876224e60a00f0b7f39e4624ee0961b2f27c | [log] [tgz] |
|---|---|---|
| author | srs5694 <srs5694@users.sourceforge.net> | Tue Nov 24 15:43:49 2009 -0500 |
| committer | srs5694 <srs5694@users.sourceforge.net> | Tue Nov 24 15:43:49 2009 -0500 |
| tree | c26ee4933e7ef396e52e72d99eb9283f663a6b06 | |
| parent | 978041ca613dcb881763b36cf53639d924e52a56 [diff] [blame] |
0.5.1-pre1, with new code to enable moving the backup GPT data structures, for the benefit of those who add disks to a RAID array.
diff --git a/gpt.h b/gpt.h index ea17e3d..c265169 100644 --- a/gpt.h +++ b/gpt.h
@@ -127,6 +127,7 @@ void BlankPartitions(void); void SortGPT(void); int ClearGPTData(void); + void FixSecondHeaderLocation(); void SetName(uint32_t partNum, char* theName = NULL); void SetDiskGUID(GUIDData newGUID); int SetPartitionGUID(uint32_t pn, GUIDData theGUID);