From babef8e580c4b9d2daae1bd7b4092b59b5fa70be Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Thu, 21 Jul 2011 02:43:49 +1000 Subject: - Added file extension checks to Heimdall Frontend (for partition files). - Made sure Heimdall command line always returns 1 if a device is not detected. - Minor interface tweaks for Heimdall Frontend. --- heimdall/source/Interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'heimdall/source/Interface.h') diff --git a/heimdall/source/Interface.h b/heimdall/source/Interface.h index 338445b..4474a2a 100644 --- a/heimdall/source/Interface.h +++ b/heimdall/source/Interface.h @@ -285,6 +285,8 @@ namespace Heimdall static void PrintReleaseInfo(void); static void PrintFullInfo(void); + static void PrintDeviceDetectionFailed(void); + static void PrintPit(const PitData *pitData); static string& GetPitArgument(void) -- cgit v1.1