VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/BaseCom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/BaseCom.h')
-rw-r--r--src/Common/BaseCom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/BaseCom.h b/src/Common/BaseCom.h
index eb89dd8e..eaf0f8d1 100644
--- a/src/Common/BaseCom.h
+++ b/src/Common/BaseCom.h
@@ -118,6 +118,7 @@ public:
static DWORD GetEfiBootDeviceNumber (BSTR* pSdn);
static DWORD WriteEfiBootSectorUserConfig (DWORD userConfig, BSTR customUserMessage, int pim, int hashAlg);
static DWORD UpdateSetupConfigFile (BOOL bForInstall);
+ static DWORD GetSecureBootConfig (BOOL* pSecureBootEnabled, BOOL *pVeraCryptKeysLoaded);
};