summaryrefslogtreecommitdiff
path: root/gptpart.h
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2014-02-20 11:13:36 -0500
committerRoderick W. Smith <rodsmith@rodsbooks.com>2014-02-20 11:13:36 -0500
commit9b338c50f298d04f47205f7fad082d8c21797ed7 (patch)
tree9a2728cfc491cff9c1f1e42ae3e868a5c7619eb8 /gptpart.h
parent84aaff6b9cf3b802c621781cf9acd006aa5a3e66 (diff)
downloadsgdisk-9b338c50f298d04f47205f7fad082d8c21797ed7.tar.gz
Fixed new bug with hybrid MBR creation in gdisk; couldn't do more than
one partition because of sscanf weirdness.
Diffstat (limited to 'gptpart.h')
-rw-r--r--gptpart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gptpart.h b/gptpart.h
index 67cba6b..f62d5b5 100644
--- a/gptpart.h
+++ b/gptpart.h
@@ -63,6 +63,7 @@ class GPTPart {
void ShowAttributes(uint32_t partNum) {attributes.ShowAttributes(partNum);}
UnicodeString GetDescription(void);
int IsUsed(void);
+ int IsSizedForMBR(void);
// Simple data assignment:
void SetType(PartType t);