summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-07-06 15:39:51 -0400
committersrs5694 <srs5694@users.sourceforge.net>2010-07-06 15:39:51 -0400
commitf9312b0ca9af86f280adad36eb660f6e74720c2c (patch)
tree198a25ab923423496f490565b9c29f4f50c6169d /gpt.h
parent61768bccdec0016d3d9757d08e63f9a1386c8bc4 (diff)
downloadsgdisk-f9312b0ca9af86f280adad36eb660f6e74720c2c.tar.gz
Tentative support for duplicating one disk's partition table on another
disk.
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 91b5152..4ead25a 100644
--- a/gpt.h
+++ b/gpt.h
@@ -16,7 +16,7 @@
#ifndef __GPTSTRUCTS
#define __GPTSTRUCTS
-#define GPTFDISK_VERSION "0.6.9"
+#define GPTFDISK_VERSION "0.6.10-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,
@@ -125,7 +125,7 @@ public:
int ForceLoadGPTData(void);
int LoadMainTable(void);
int LoadSecondTableAsMain(void);
- int SaveGPTData(int quiet = 0);
+ int SaveGPTData(int quiet = 0, string filename = "");
int SaveGPTBackup(const string & filename);
int LoadGPTBackup(const string & filename);
int SaveMBR(void);