summaryrefslogtreecommitdiff
path: root/gptpart.h
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2021-06-08 15:23:02 -0400
committerRod Smith <rodsmith@rodsbooks.com>2021-06-08 15:23:02 -0400
commit331ad9c795e4db7d09e8141979f809e4f5815319 (patch)
treef5175e41f8e0124fc10b9d190d5ea8d43bbe48ef /gptpart.h
parent08be8933a9a55d4e919875bf4df4a3ed0a4b514e (diff)
downloadsgdisk-331ad9c795e4db7d09e8141979f809e4f5815319.tar.gz
Add ability to reverse byte order of partition names to gdisk and sgdisk
Diffstat (limited to 'gptpart.h')
-rw-r--r--gptpart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gptpart.h b/gptpart.h
index fac514e..51bfb38 100644
--- a/gptpart.h
+++ b/gptpart.h
@@ -94,6 +94,7 @@ class GPTPart {
void BlankPartition(void); // empty partition of data
int DoTheyOverlap(const GPTPart & other); // returns 1 if there's overlap
void ReversePartBytes(void); // reverse byte order of all integer fields
+ void ReverseNameBytes(void); // reverse byte order of partition's name field
// Functions requiring user interaction
void ChangeType(void); // Change the type code