diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-29 14:31:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-29 14:31:56 +0300 |
commit | 0d6ff4d0ed05a2a35cd7ade12e2c924704211bc8 (patch) | |
tree | 72cc7e24988aa9f35691b1d0bdccbc172208db70 /plugins/Dbx_mdbx/src/dbintf.h | |
parent | 6233a4777edce1b30af96035e31ae3df074b15cb (diff) |
safer method of backing up databases instead of trying to read them manually
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbintf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h index 1eebe92b2c..73fb14e36b 100644 --- a/plugins/Dbx_mdbx/src/dbintf.h +++ b/plugins/Dbx_mdbx/src/dbintf.h @@ -268,6 +268,7 @@ public: STDMETHODIMP_(BOOL) MetaSplitHistory(DBCachedContact *ccMeta, DBCachedContact *ccSub);
STDMETHODIMP_(BOOL) Compact();
+ STDMETHODIMP_(BOOL) Backup(LPCWSTR);
public:
MICryptoEngine *m_crypto;
|