From abf3adcd2f37f4e278fc9ef7634ca0c8f5171893 Mon Sep 17 00:00:00 2001 From: kavsrf Date: Sun, 5 Feb 2017 17:31:28 +0300 Subject: picture password bmp and DcsProp can be in secregion on separate flash Tables overlay configuration commands --- Library/VeraCryptLib/DcsConfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/VeraCryptLib/DcsConfig.h') diff --git a/Library/VeraCryptLib/DcsConfig.h b/Library/VeraCryptLib/DcsConfig.h index 04719d9..cc803ce 100644 --- a/Library/VeraCryptLib/DcsConfig.h +++ b/Library/VeraCryptLib/DcsConfig.h @@ -22,6 +22,8 @@ https://opensource.org/licenses/Apache-2.0 ////////////////////////////////////////////////////////////////////////// extern char *gConfigBuffer; extern UINTN gConfigBufferSize; +extern char *gConfigBufferUpdated; +extern UINTN gConfigBufferUpdatedSize; BOOLEAN ConfigRead(char *configKey, char *configValue, int maxValueSize); int ConfigReadInt(char *configKey, int defaultValue); -- cgit v1.2.3