summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
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 3fa1f5d..2dab928 100644
--- a/gpt.h
+++ b/gpt.h
@@ -16,6 +16,7 @@
#ifndef __GPTSTRUCTS
#define __GPTSTRUCTS
+#define GPTFDISK_VERSION "0.6.0"
using namespace std;
@@ -29,7 +30,7 @@ using namespace std;
enum GPTValidity {gpt_valid, gpt_corrupt, gpt_invalid};
// Which set of partition data to use
-enum WhichToUse {use_gpt, use_mbr, use_bsd, use_new};
+enum WhichToUse {use_gpt, use_mbr, use_bsd, use_new, use_abort};
// Header (first 512 bytes) of GPT table
#pragma pack(1)