summaryrefslogtreecommitdiff
path: root/gpt.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2012-12-15 01:55:21 -0500
committersrs5694 <srs5694@users.sourceforge.net>2012-12-15 01:55:21 -0500
commitd8eed4629449a325999808a0170dbda53bd4a6df (patch)
tree0fc11fed0800001c44f07e90877b557c2c417743 /gpt.h
parent4307ef2e863cbec357df56197046c6b679fc5d2d (diff)
downloadsgdisk-d8eed4629449a325999808a0170dbda53bd4a6df.tar.gz
Added partition type codes; new verification check.
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 26672d7..7afd11a 100644
--- a/gpt.h
+++ b/gpt.h
@@ -183,7 +183,7 @@ public:
int IsFree(uint64_t sector, uint32_t *partNum = NULL);
int IsFreePartNum(uint32_t partNum);
int IsUsedPartNum(uint32_t partNum);
-
+
// Change how functions work, or return information on same
void SetAlignment(uint32_t n);
uint32_t ComputeAlignment(void); // Set alignment based on current partitions