summaryrefslogtreecommitdiff
path: root/gptpart.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-02-19 17:19:55 -0500
committersrs5694 <srs5694@users.sourceforge.net>2010-02-19 17:19:55 -0500
commit08bb0da07953af605b4918e268272de15ac151aa (patch)
tree401ff14b62ddfda4c4c64b3dfcee817ad8133971 /gptpart.h
parentfad064250bf6c49eb4966bf0f617591a0821808e (diff)
downloadsgdisk-08bb0da07953af605b4918e268272de15ac151aa.tar.gz
Version 0.6.4
Diffstat (limited to 'gptpart.h')
-rw-r--r--gptpart.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gptpart.h b/gptpart.h
index e6467c1..7ae1260 100644
--- a/gptpart.h
+++ b/gptpart.h
@@ -59,6 +59,7 @@ class GPTPart {
uint64_t GetLengthLBA(void);
uint64_t GetAttributes(void) {return attributes;}
string GetDescription(void);
+ int IsUsed(void);
// Simple data assignment:
void SetType(PartType t);
@@ -83,7 +84,4 @@ class GPTPart {
void ChangeType(void); // Change the type code
}; // struct GPTPart
-// A support function that doesn't quite belong in the class....
-void QuickSortGPT(GPTPart* partitions, int start, int finish);
-
#endif