summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-08 20:50:42 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-08 20:50:42 +0300
commitcbe4e96467fe7ef3c3e7147526f55d1de9564f2b (patch)
treed6d12836456ed21275e712c93a64edcc029056f5 /include
parent7748903e5c28d9e30a3970dfaaf464f163da2a1d (diff)
database options dialog also went into the core
Diffstat (limited to 'include')
-rw-r--r--include/m_db_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h
index 0293111bb1..ac414315b0 100644
--- a/include/m_db_int.h
+++ b/include/m_db_int.h
@@ -242,6 +242,7 @@ public:
STDMETHOD_(BOOL, ReadCryptoKey)(MBinBuffer&) PURE;
STDMETHOD_(BOOL, StoreCryptoKey)() PURE;
+ STDMETHOD_(BOOL, EnableEncryption)(BOOL) PURE;
STDMETHOD_(BOOL, ReadEncryption)() PURE;
};
@@ -265,6 +266,7 @@ public:
STDMETHODIMP_(BOOL) StoreProvider(CRYPTO_PROVIDER*) override;
STDMETHODIMP_(BOOL) ReadCryptoKey(MBinBuffer&) override;
STDMETHODIMP_(BOOL) StoreCryptoKey() override;
+ STDMETHODIMP_(BOOL) EnableEncryption(BOOL) override;
STDMETHODIMP_(BOOL) ReadEncryption() override;
////////////////////////////////////////////////////////////////////////////////////////