From 2d4d3ab4ed0ee86d46fe2b44ca1e56a3d2916f68 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 8 Nov 2019 23:06:25 +0100 Subject: Fix "ActionFailed" not working and add "ActionCancelled" to customize handling of user hitting ESC on password prompt --- Library/VeraCryptLib/DcsVeraCrypt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/VeraCryptLib/DcsVeraCrypt.h') diff --git a/Library/VeraCryptLib/DcsVeraCrypt.h b/Library/VeraCryptLib/DcsVeraCrypt.h index 152a335..1f25ae9 100644 --- a/Library/VeraCryptLib/DcsVeraCrypt.h +++ b/Library/VeraCryptLib/DcsVeraCrypt.h @@ -75,6 +75,7 @@ extern CHAR8* gOnExitFailed; extern CHAR8* gOnExitSuccess; extern CHAR8* gOnExitNotFound; extern CHAR8* gOnExitTimeout; +extern CHAR8* gOnExitCancelled; void VCAuthAsk(); -- cgit v1.2.3