diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_db_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index d0b66e8f25..591985573a 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -127,6 +127,7 @@ interface MIR_APP_EXPORT MIDatabase STDMETHOD_(BOOL, MetaSplitHistory)(DBCachedContact *ccMeta, DBCachedContact *ccSub) PURE;
STDMETHOD_(BOOL, Compact)(void) PURE;
+ STDMETHOD_(BOOL, Backup)(LPCWSTR) PURE;
};
/////////////////////////////////////////////////////////////////////////////////////////
@@ -173,6 +174,7 @@ public: STDMETHODIMP_(BOOL) SetSettingResident(BOOL bIsResident, const char *pszSettingName);
STDMETHODIMP_(BOOL) Compact(void);
+ STDMETHODIMP_(BOOL) Backup(LPCWSTR);
};
///////////////////////////////////////////////////////////////////////////////
|