diff options
Diffstat (limited to 'src/Common/Cache.h')
-rw-r--r-- | src/Common/Cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Cache.h b/src/Common/Cache.h index e73cea77..a9ed58a7 100644 --- a/src/Common/Cache.h +++ b/src/Common/Cache.h @@ -21,5 +21,6 @@ extern int cacheEmpty; void AddPasswordToCache (Password *password, int pim); +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); void WipeCache (void); |