--- truecrypt/common/dictionary.h 2018/04/24 16:53:55 1.1.1.4 +++ truecrypt/common/dictionary.h 2018/04/24 16:57:30 1.1.1.5 @@ -1,7 +1,7 @@ /* Copyright (c) 2005 TrueCrypt Foundation. All rights reserved. - Governed by the TrueCrypt License 2.5 the full text of which is contained + Governed by the TrueCrypt License 2.6 the full text of which is contained in the file License.txt included in TrueCrypt binary and source code distribution packages. */ @@ -25,7 +25,7 @@ typedef struct } DictionaryEntry; int AddDictionaryEntry (char *key, int intKey, void *value); -void *GetDictionaryValue (char *key); +void *GetDictionaryValue (const char *key); void *GetDictionaryValueByInt (int intKey); void *AddPoolData (void *data, size_t dataSize); void ClearDictionaryPool ();