diff options
Diffstat (limited to 'src/Mount/MainCom.h')
-rw-r--r-- | src/Mount/MainCom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/MainCom.h b/src/Mount/MainCom.h index 44d9db45..a22eb345 100644 --- a/src/Mount/MainCom.h +++ b/src/Mount/MainCom.h | |||
@@ -23,7 +23,7 @@ BOOL ComServerMain (); | |||
23 | void UacAnalyzeKernelMiniDump (HWND hwndDlg); | 23 | void UacAnalyzeKernelMiniDump (HWND hwndDlg); |
24 | int UacBackupVolumeHeader (HWND hwndDlg, BOOL bRequireConfirmation, char *lpszVolume); | 24 | int UacBackupVolumeHeader (HWND hwndDlg, BOOL bRequireConfirmation, char *lpszVolume); |
25 | int UacRestoreVolumeHeader (HWND hwndDlg, char *lpszVolume); | 25 | int UacRestoreVolumeHeader (HWND hwndDlg, char *lpszVolume); |
26 | int UacChangePwd (char *lpszVolume, Password *oldPassword, Password *newPassword, int pkcs5, HWND hwndDlg); | 26 | int UacChangePwd (char *lpszVolume, Password *oldPassword, Password *newPassword, int pkcs5, int wipePassCount, HWND hwndDlg); |
27 | 27 | ||
28 | #ifdef __cplusplus | 28 | #ifdef __cplusplus |
29 | } | 29 | } |