From cef1c5304d49ccb5a9ab00e2b6097441a79e271b Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 27 Feb 2016 11:09:45 +0000 Subject: dbx_lmdb: encryption settings to other dbi git-svn-id: http://svn.miranda-ng.org/main/trunk@16356 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mdb/src/dbintf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/Dbx_mdb/src/dbintf.h') diff --git a/plugins/Dbx_mdb/src/dbintf.h b/plugins/Dbx_mdb/src/dbintf.h index c1a8569a2c..2514431260 100644 --- a/plugins/Dbx_mdb/src/dbintf.h +++ b/plugins/Dbx_mdb/src/dbintf.h @@ -322,10 +322,16 @@ protected: //////////////////////////////////////////////////////////////////////////// // encryption + MDB_dbi m_dbCrypto; + + int InitCrypt(void); void ToggleEventsEncryption(MCONTACT contactID); void ToggleSettingsEncryption(MCONTACT contactID); + CRYPTO_PROVIDER* SelectProvider(); + void GenerateNewKey(); + void InitDialogs(); bool EnterPassword(const BYTE *pKey, const size_t keyLen); }; -- cgit v1.2.3