summaryrefslogtreecommitdiff
path: root/mbr.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-09-22 01:07:31 -0400
committersrs5694 <srs5694@users.sourceforge.net>2010-09-22 01:07:31 -0400
commit327129e9331f888a8fc08d688dcb0a739a3c17be (patch)
treed47eeb130686d47a0800d45e6f2a530374f4c293 /mbr.h
parent659eaf1552778f5d62878e59bb66ba6fe404a6bf (diff)
downloadsgdisk-327129e9331f888a8fc08d688dcb0a739a3c17be.tar.gz
sgdisk can now accept GUID values with its -t option. Also some
additional checks for hybrid MBR issues.
Diffstat (limited to 'mbr.h')
-rw-r--r--mbr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbr.h b/mbr.h
index a8e348e..b434ac0 100644
--- a/mbr.h
+++ b/mbr.h
@@ -110,6 +110,7 @@ public:
void SetHybrid(void) {state = hybrid;} // Set hybrid flag
void SetCHSGeom(uint32_t h, uint32_t s);
int LBAtoCHS(uint64_t lba, uint8_t * chs); // Convert LBA to CHS
+ int Verify(void);
// Functions to create, delete, or change partitions
// Pass EmptyMBR 1 to clear the boot loader code, 0 to leave it intact