aboutsummaryrefslogtreecommitdiff
path: root/mbr.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2009-09-14 00:29:34 -0400
committersrs5694 <srs5694@users.sourceforge.net>2009-09-14 00:29:34 -0400
commite35eb1beb6381977ff0dd8443d91f4569779cf2d (patch)
tree79e12635671049dfaca818827e3458fbadff0b1c /mbr.h
parente4ac11ebee0ad586a538f49b9c0e32ad19cae665 (diff)
downloadgptfdisk-e35eb1beb6381977ff0dd8443d91f4569779cf2d.tar.gz
Updates for version 0.4.2
New feature: Ability to edit disk images. Several small bug fixes and feature enhancements (see CHANGELOG).
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 3d1136b..ff824c5 100644
--- a/mbr.h
+++ b/mbr.h
@@ -105,6 +105,7 @@ public:
void MakePart(int num, uint32_t startLBA, uint32_t lengthLBA, int type = 0x07,
int bootable = 0);
int MakeBiggestPart(int i, int type); // Make partition filling most space
+ void DeletePartition(int i);
int DeleteByLocation(uint64_t start64, uint64_t length64);
void OptimizeEESize(void);
void SetHybrid(void) {state = hybrid;} // Set hybrid flag