From 8ebf5ac605d57eab80b600a7827d2ba48668d887 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 26 May 2015 01:36:20 +0200 Subject: Windows: first implementation of dynamic mode --- src/Boot/Windows/BootMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Boot/Windows/BootMain.h') diff --git a/src/Boot/Windows/BootMain.h b/src/Boot/Windows/BootMain.h index 2cb4af87..38fce090 100644 --- a/src/Boot/Windows/BootMain.h +++ b/src/Boot/Windows/BootMain.h @@ -12,7 +12,7 @@ #include "TCdefs.h" #include "Platform.h" -static byte AskPassword (Password &password); +static byte AskPassword (Password &password, int& pin); static int AskSelection (const char *options[], size_t optionCount); static bool AskYesNo (const char *message); static byte BootEncryptedDrive (); -- cgit v1.2.3