summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-10-12 12:42:47 -0400
committersrs5694 <srs5694@users.sourceforge.net>2010-10-12 12:42:47 -0400
commit058d4a58614e07921a306857294ed017991097a9 (patch)
tree6f419756c7ee17ab8b933714162a6445f08869f7 /gpt.h
parent0873e9d0e9345a2c4418b4718db525c9f1111c83 (diff)
downloadsgdisk-058d4a58614e07921a306857294ed017991097a9.tar.gz
Version 0.6.13: GPT-to-MBR conversion bug fixes.
Diffstat (limited to 'gpt.h')
-rw-r--r--gpt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpt.h b/gpt.h
index 9820cae..e92b8b1 100644
--- a/gpt.h
+++ b/gpt.h
@@ -16,7 +16,7 @@
#ifndef __GPTSTRUCTS
#define __GPTSTRUCTS
-#define GPTFDISK_VERSION "0.6.12"
+#define GPTFDISK_VERSION "0.6.13"
// Constants used by GPTData::PartsToMBR(). MBR_EMPTY must be the lowest-
// numbered value to refer to partition numbers. (Most will be 0 or positive,
@@ -145,7 +145,7 @@ public:
virtual int XFormDisklabel(uint32_t partNum);
int XFormDisklabel(BSDData* disklabel);
int OnePartToMBR(uint32_t gptPart, int mbrPart); // add one partition to MBR. Returns 1 if successful
- int PartsToMBR(PartNotes & notes);
+ int PartsToMBR(PartNotes * notes);
// Adjust GPT structures WITHOUT user interaction...
int SetGPTSize(uint32_t numEntries);