summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2011-01-08 18:33:24 -0500
committersrs5694 <srs5694@users.sourceforge.net>2011-01-08 18:33:24 -0500
commitdf9d363d341a0ffdd05250fd4ffb842f59815690 (patch)
tree251ad6a11f24d87de712b814582b76fc55dd7065 /gpt.h
parent058d4a58614e07921a306857294ed017991097a9 (diff)
downloadsgdisk-df9d363d341a0ffdd05250fd4ffb842f59815690.tar.gz
Version 0.6.14 release
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 e92b8b1..9d13750 100644
--- a/gpt.h
+++ b/gpt.h
@@ -16,7 +16,7 @@
#ifndef __GPTSTRUCTS
#define __GPTSTRUCTS
-#define GPTFDISK_VERSION "0.6.13"
+#define GPTFDISK_VERSION "0.6.14"
// Constants used by GPTData::PartsToMBR(). MBR_EMPTY must be the lowest-
// numbered value to refer to partition numbers. (Most will be 0 or positive,
@@ -180,6 +180,7 @@ public:
bool ValidPartNum (const uint32_t partNum);
const GPTPart & operator[](uint32_t partNum) const;
const GUIDData & GetDiskGUID(void) const;
+ uint32_t GetBlockSize(void) {return blockSize;}
// Find information about free space
uint64_t FindFirstAvailable(uint64_t start = 0);