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. --- gpttext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gpttext.h') diff --git a/gpttext.h b/gpttext.h index 6bd22cf..36a17f9 100644 --- a/gpttext.h +++ b/gpttext.h @@ -1,6 +1,6 @@ /* Implementation of GPTData class derivative with basic text-mode interaction - Copyright (C) 2010-2018 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 @@ -55,6 +55,7 @@ class GPTDataTextUI : public GPTData { void ShowDetails(void); void MakeHybrid(void); int XFormToMBR(void); // convert GPT to MBR, wiping GPT afterwards. Returns 1 if successful + uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, const string & prompt); // An informational function.... void WarnAboutIffyMBRPart(int partNum); -- cgit v1.2.1