summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-04-28 16:44:34 -0400
committersrs5694 <srs5694@users.sourceforge.net>2010-04-28 16:44:34 -0400
commit0283dae41a7db4563be0fe62241ed230e4a101c0 (patch)
treeca2a8c29f0e80ddb5dab130919c2092f956014d9 /gpt.h
parent8a4ddfc919d5569c68489cf53d9cf5abc94c410c (diff)
downloadsgdisk-0283dae41a7db4563be0fe62241ed230e4a101c0.tar.gz
A few bug fixes.
Diffstat (limited to 'gpt.h')
-rw-r--r--gpt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpt.h b/gpt.h
index cae0339..751229c 100644
--- a/gpt.h
+++ b/gpt.h
@@ -16,7 +16,7 @@
#ifndef __GPTSTRUCTS
#define __GPTSTRUCTS
-#define GPTFDISK_VERSION "0.6.6"
+#define GPTFDISK_VERSION "0.6.7-pre1"
// Constants used by GPTData::PartsToMBR(). MBR_EMPTY must be the lowest-
// numbered value to refer to partition numbers. (Most will be 0 or positive,
@@ -75,6 +75,7 @@ class GPTData {
protected:
struct GPTHeader mainHeader;
GPTPart *partitions;
+ uint32_t numParts;
struct GPTHeader secondHeader;
MBRData protectiveMBR;
string device; // device filename