From fd60f743628e16180daf3b1719974fa4dadf8f90 Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Sat, 29 Jan 2022 10:51:02 -0500 Subject: Add end-alignment feature. --- gptcl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gptcl.h') diff --git a/gptcl.h b/gptcl.h index 610ca5f..183b846 100644 --- a/gptcl.h +++ b/gptcl.h @@ -1,7 +1,7 @@ /* Implementation of GPTData class derivative with popt-based command line processing - Copyright (C) 2010-2013 Roderick W. Smith + Copyright (C) 2010-2022 Roderick W. Smith This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,6 +34,7 @@ class GPTDataCL : public GPTData { char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; char *partGUID, *diskGUID; int alignment, deletePartNum, infoPartNum, largestPartNum, bsdPartNum; + bool alignEnd; uint32_t tableSize; poptContext poptCon; -- cgit v1.2.1