Refinements to new treatment of hybrid MBR and MBR conversions that
span the 2TiB boundary.
diff --git a/gpttext.h b/gpttext.h
index 111ca1f..385fa27 100644
--- a/gpttext.h
+++ b/gpttext.h
@@ -54,6 +54,9 @@
       void MakeHybrid(void);
       int XFormToMBR(void); // convert GPT to MBR, wiping GPT afterwards. Returns 1 if successful
 
+      // An informational function....
+      void WarnAboutIffyMBRPart(int partNum);
+
       // Main menu functions
       void MainMenu(string filename);
       void ShowCommands(void);