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/Mount/MainCom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mount/MainCom.h') diff --git a/src/Mount/MainCom.h b/src/Mount/MainCom.h index c42094da..0a2afe60 100644 --- a/src/Mount/MainCom.h +++ b/src/Mount/MainCom.h @@ -22,7 +22,7 @@ extern "C" { BOOL ComServerMain (); int UacBackupVolumeHeader (HWND hwndDlg, BOOL bRequireConfirmation, char *lpszVolume); int UacRestoreVolumeHeader (HWND hwndDlg, char *lpszVolume); -int UacChangePwd (char *lpszVolume, Password *oldPassword, int old_pkcs5, BOOL truecryptMode, Password *newPassword, int pkcs5, int wipePassCount, HWND hwndDlg); +int UacChangePwd (char *lpszVolume, Password *oldPassword, int old_pkcs5, int old_pin, BOOL truecryptMode, Password *newPassword, int pkcs5, int pin, int wipePassCount, HWND hwndDlg); #ifdef __cplusplus } -- cgit v1.2.3