0.5.1-pre3; more bug fixes related to handling of mislocated secondary
header and partition table.
diff --git a/gpt.h b/gpt.h
index c265169..f22bd61 100644
--- a/gpt.h
+++ b/gpt.h
@@ -127,7 +127,7 @@
    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);