From 6d7087f75d1c08474e69ae4325afd0b661d71c1e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Jan 2014 14:33:33 +0000 Subject: ability to detect whether a setting is encrypted or not git-svn-id: http://svn.miranda-ng.org/main/trunk@7629 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_db_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_db_int.h b/include/m_db_int.h index 5c9c093f7d..2d07e67896 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -103,6 +103,7 @@ interface MIDatabase STDMETHOD_(BOOL,EnumContactSettings)(HANDLE hContact, DBCONTACTENUMSETTINGS* dbces) PURE; STDMETHOD_(BOOL,SetSettingResident)(BOOL bIsResident, const char *pszSettingName) PURE; STDMETHOD_(BOOL,EnumResidentSettings)(DBMODULEENUMPROC pFunc, void *pParam) PURE; + STDMETHOD_(BOOL,IsSettingEncrypted)(LPCSTR szModule, LPCSTR szSetting) PURE; }; /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3