From e35eb1beb6381977ff0dd8443d91f4569779cf2d Mon Sep 17 00:00:00 2001 From: srs5694 Date: Mon, 14 Sep 2009 00:29:34 -0400 Subject: Updates for version 0.4.2 New feature: Ability to edit disk images. Several small bug fixes and feature enhancements (see CHANGELOG). --- mbr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mbr.h') 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 -- cgit v1.2.3