summaryrefslogtreecommitdiff
path: root/basicmbr.h
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2013-08-31 17:40:15 -0400
committerRoderick W. Smith <rodsmith@rodsbooks.com>2013-08-31 17:40:15 -0400
commit042f38a2f716fd4a3b9b03c35951e69f1d1bc942 (patch)
tree2628e199bacf8e8a52bac80c7df075c837d05cf8 /basicmbr.h
parentaf39cb48d06f5776855b213b1ef292ddff42821b (diff)
downloadsgdisk-042f38a2f716fd4a3b9b03c35951e69f1d1bc942.tar.gz
Check for boot/active flag on 0xEE protective partition in verify
function.
Diffstat (limited to 'basicmbr.h')
-rw-r--r--basicmbr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/basicmbr.h b/basicmbr.h
index 1a79856..d38f963 100644
--- a/basicmbr.h
+++ b/basicmbr.h
@@ -103,6 +103,7 @@ public:
int DoTheyFit(void);
int SpaceBeforeAllLogicals(void);
int IsLegal(void);
+ int IsEEActive(void);
int FindNextInUse(int start);
// Functions to create, delete, or change partitions