diff options
Diffstat (limited to 'src/Common/Cache.h')
-rw-r--r-- | src/Common/Cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Cache.h b/src/Common/Cache.h index 3c68479e..10f120b0 100644 --- a/src/Common/Cache.h +++ b/src/Common/Cache.h @@ -19,5 +19,5 @@ extern int cacheEmpty;
void AddPasswordToCache (Password *password);
-int ReadVolumeHeaderWCache (BOOL bBoot, BOOL bCache, char *header, Password *password, int pkcs5_prf, PCRYPTO_INFO *retInfo);
+int ReadVolumeHeaderWCache (BOOL bBoot, BOOL bCache, char *header, Password *password, int pkcs5_prf, BOOL truecryptMode, PCRYPTO_INFO *retInfo);
void WipeCache (void);
|