diff options
Diffstat (limited to 'src/Mount/MainCom.idl')
-rw-r--r-- | src/Mount/MainCom.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/MainCom.idl b/src/Mount/MainCom.idl index 8999d4ec..8550fe8f 100644 --- a/src/Mount/MainCom.idl +++ b/src/Mount/MainCom.idl | |||
@@ -27,7 +27,7 @@ library TrueCryptMainCom | |||
27 | void AnalyzeKernelMiniDump (LONG_PTR hwndDlg); | 27 | void AnalyzeKernelMiniDump (LONG_PTR hwndDlg); |
28 | int BackupVolumeHeader (LONG_PTR hwndDlg, BOOL bRequireConfirmation, BSTR lpszVolume); | 28 | int BackupVolumeHeader (LONG_PTR hwndDlg, BOOL bRequireConfirmation, BSTR lpszVolume); |
29 | DWORD CallDriver (DWORD ioctl, BSTR input, BSTR *output); | 29 | DWORD CallDriver (DWORD ioctl, BSTR input, BSTR *output); |
30 | int ChangePassword (BSTR volumePath, Password *oldPassword, Password *newPassword, int pkcs5, LONG_PTR hWnd); | 30 | int ChangePassword (BSTR volumePath, Password *oldPassword, Password *newPassword, int pkcs5, int wipePassCount, LONG_PTR hWnd); |
31 | DWORD CopyFile (BSTR sourceFile, BSTR destinationFile); | 31 | DWORD CopyFile (BSTR sourceFile, BSTR destinationFile); |
32 | DWORD DeleteFile (BSTR file); | 32 | DWORD DeleteFile (BSTR file); |
33 | BOOL IsPagingFileActive (BOOL checkNonWindowsPartitionsOnly); | 33 | BOOL IsPagingFileActive (BOOL checkNonWindowsPartitionsOnly); |