VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/BootEncryption.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-11 01:27:38 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-11 01:28:42 +0200
commit4208b4358136d1e52f9b6be17491f1daabe0c72d (patch)
tree4ac633f47cba49c7bf42d409c58089aebb0c5f26 /src/Common/BootEncryption.h
parent374ba4c831af904d4284e628a48c9ca7a39aa8e6 (diff)
downloadVeraCrypt-4208b4358136d1e52f9b6be17491f1daabe0c72d.tar.gz
VeraCrypt-4208b4358136d1e52f9b6be17491f1daabe0c72d.zip
Windows: code refactoring for handling of ESP files (DcsProp and PlatformInfo).
Diffstat (limited to 'src/Common/BootEncryption.h')
-rw-r--r--src/Common/BootEncryption.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h
index 80ca3b52..0c4094b4 100644
--- a/src/Common/BootEncryption.h
+++ b/src/Common/BootEncryption.h
@@ -187,6 +187,8 @@ namespace VeraCrypt
};
void GetVolumeESP(wstring& path);
+ std::string ReadESPFile (LPCWSTR szFilePath, bool bSkipUTF8BOM);
+ void WriteESPFile (LPCWSTR szFilePath, LPBYTE pbData, DWORD dwDataLen, bool bAddUTF8BOM);
class EfiBoot {
public: