summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2012-01-21 13:47:24 -0500
committersrs5694 <srs5694@users.sourceforge.net>2012-01-21 13:47:24 -0500
commit706e51217a531c46afc743b556e10fd5c0585fcf (patch)
tree3315fc03511a72788de0240d611bd62dc3b46567 /gpt.h
parente69e6807cf84fe2b80c48475531ce4bd09563bba (diff)
downloadsgdisk-706e51217a531c46afc743b556e10fd5c0585fcf.tar.gz
Changes to partition table size management for Solaris-created GPTs
Diffstat (limited to 'gpt.h')
-rw-r--r--gpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt.h b/gpt.h
index eb2c747..26672d7 100644
--- a/gpt.h
+++ b/gpt.h
@@ -139,7 +139,7 @@ public:
int OnePartToMBR(uint32_t gptPart, int mbrPart); // add one partition to MBR. Returns 1 if successful
// Adjust GPT structures WITHOUT user interaction...
- int SetGPTSize(uint32_t numEntries);
+ int SetGPTSize(uint32_t numEntries, int fillGPTSectors = 1);
void BlankPartitions(void);
int DeletePartition(uint32_t partNum);
uint32_t CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t endSector);