aboutsummaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2009-11-26 18:36:12 -0500
committersrs5694 <srs5694@users.sourceforge.net>2009-11-26 18:36:12 -0500
commit247657a5acbb7eb21c336ba84a68b801b7c19be0 (patch)
treec25a6a4c080352690e5c783d3f26f55f6df72f3f /gpt.h
parent3f2fe99e72648aefc926138132d48efb07a7ad2d (diff)
downloadgptfdisk-247657a5acbb7eb21c336ba84a68b801b7c19be0.tar.gz
0.5.1-pre3; more bug fixes related to handling of mislocated secondary
header and partition table.
Diffstat (limited to 'gpt.h')
-rw-r--r--gpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt.h b/gpt.h
index c265169..f22bd61 100644
--- a/gpt.h
+++ b/gpt.h
@@ -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);