VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/Library/CommonLib.h3
-rw-r--r--Include/Library/DcsCfgLib.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/Include/Library/CommonLib.h b/Include/Library/CommonLib.h
index efc7738..7966eee 100644
--- a/Include/Library/CommonLib.h
+++ b/Include/Library/CommonLib.h
@@ -336,7 +336,8 @@ AskAsciiString(
CHAR8* prompt,
CHAR8* str,
UINTN max_len,
- UINT8 visible);
+ UINT8 visible,
+ CHAR8* defStr);
int
AskInt(
diff --git a/Include/Library/DcsCfgLib.h b/Include/Library/DcsCfgLib.h
index ccbaa32..875e2e2 100644
--- a/Include/Library/DcsCfgLib.h
+++ b/Include/Library/DcsCfgLib.h
@@ -45,6 +45,7 @@ extern UINT64 gDcsDiskEntryListHeaderID;
extern DCS_DISK_ENTRY_LIST *DeList;
extern DCS_DEP_EXEC *DeExecParams;
+extern UINT8 *DeCryptoHeader;
// DcsCfg data
extern CONST CHAR16* DcsDiskEntrysFileName;