--- truecrypt/common/common.h 2018/04/24 16:42:55 1.1.1.2 +++ truecrypt/common/common.h 2018/04/24 16:47:29 1.1.1.5 @@ -1,3 +1,11 @@ +/* + Copyright (c) TrueCrypt Foundation. All rights reserved. + + Covered by the TrueCrypt License 2.3 the full text of which is contained + in the file License.txt included in TrueCrypt binary and source code + distribution packages. +*/ + #ifndef COMMON_H #define COMMON_H @@ -31,16 +39,12 @@ enum typedef struct { - int Length; - unsigned char Text[MAX_PASSWORD + 1]; -} Password; - -typedef struct -{ BOOL ReadOnly; BOOL Removable; BOOL ProtectHiddenVolume; BOOL PreserveTimestamp; + BOOL SystemVolume; + BOOL PersistentVolume; Password ProtectedHidVolPassword; /* Password of hidden volume to protect against overwriting */ } MountOptions;