aboutsummaryrefslogtreecommitdiff
path: root/mbrpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'mbrpart.h')
-rw-r--r--mbrpart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbrpart.h b/mbrpart.h
index 0e3e775..f5892e7 100644
--- a/mbrpart.h
+++ b/mbrpart.h
@@ -77,7 +77,7 @@ public:
bool operator<(const MBRPart &other) const;
// Set information on partitions or disks...
- void SetGeometry(uint32_t heads, uint32_t sectors, uint64_t diskSize, uint32_t blockSize);
+ void SetGeometry(uint32_t heads, uint32_t sectors, uint64_t ds, uint32_t bs);
void Empty(void);
void SetStartLBA(uint64_t s);
void SetLengthLBA(uint64_t l);
@@ -101,7 +101,7 @@ public:
int DoTheyOverlap (const MBRPart& other);
// Adjust information on partitions or disks...
- void RecomputeCHS(void);
+ int RecomputeCHS(void);
int LBAtoCHS(uint32_t lba, uint8_t * chs);
void ReverseByteOrder(void);