|
|
1.1 root 1: /*
2: Copyright (c) TrueCrypt Foundation. All rights reserved.
3:
1.1.1.2 ! root 4: Covered by the TrueCrypt License 2.3 the full text of which is contained
1.1 root 5: in the file License.txt included in TrueCrypt binary and source code
6: distribution packages.
7: */
8:
9: #include <windows.h>
10:
11: #ifdef __cplusplus
12: extern "C" {
13: #endif
14:
15: BOOL ComServerMain ();
16: int UacBackupVolumeHeader (HWND hwndDlg, BOOL bRequireConfirmation, char *lpszVolume);
17: int UacRestoreVolumeHeader (HWND hwndDlg, char *lpszVolume);
18: int UacChangePwd (char *lpszVolume, Password *oldPassword, Password *newPassword, int pkcs5, HWND hwndDlg);
19:
20: #ifdef __cplusplus
21: }
22: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.