VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Cache.h')
-rw-r--r--src/Common/Cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Cache.h b/src/Common/Cache.h
index a9ed58a7..0988bf29 100644
--- a/src/Common/Cache.h
+++ b/src/Common/Cache.h
@@ -20,7 +20,7 @@
extern int cacheEmpty;
-void AddPasswordToCache (Password *password, int pim);
+void AddPasswordToCache (Password *password, int pim, BOOL bCachePim);
void AddLegacyPasswordToCache (PasswordLegacy *password, int pim);
-int ReadVolumeHeaderWCache (BOOL bBoot, BOOL bCache, BOOL bCachePim,char *header, Password *password, int pkcs5_prf, int pim, BOOL truecryptMode, PCRYPTO_INFO *retInfo);
+int ReadVolumeHeaderWCache (BOOL bBoot, BOOL bCache, BOOL bCachePim,char *header, Password *password, int pkcs5_prf, int pim, PCRYPTO_INFO *retInfo);
void WipeCache (void);