diff options
Diffstat (limited to 'heimdall/source/Interface.h')
-rw-r--r-- | heimdall/source/Interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) |