summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2011-03-15 23:53:31 -0400
committersrs5694 <srs5694@users.sourceforge.net>2011-03-15 23:53:31 -0400
commit01f7f08624f0c942001977415214a578621f6495 (patch)
tree475731ab0492aee501298e01559dc804658c0275 /gpt.h
parent9a46b042c57144c26a67781d335e6ba4128382d2 (diff)
downloadsgdisk-01f7f08624f0c942001977415214a578621f6495.tar.gz
Second patchset from Florian & a few other small changes
Diffstat (limited to 'gpt.h')
-rw-r--r--gpt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpt.h b/gpt.h
index e452663..ee50bda 100644
--- a/gpt.h
+++ b/gpt.h
@@ -148,7 +148,6 @@ public:
int DeletePartition(uint32_t partNum);
uint32_t CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t endSector);
void SortGPT(void);
- void QuickSortGPT(int start, int finish);
int SwapPartitions(uint32_t partNum1, uint32_t partNum2);
int ClearGPTData(void);
void MoveSecondHeaderToEnd();