diff options
Diffstat (limited to 'plugins/Dbx_tree/src/DataBase.h')
-rw-r--r-- | plugins/Dbx_tree/src/DataBase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dbx_tree/src/DataBase.h b/plugins/Dbx_tree/src/DataBase.h index cf0832877e..25de54551b 100644 --- a/plugins/Dbx_tree/src/DataBase.h +++ b/plugins/Dbx_tree/src/DataBase.h @@ -230,4 +230,6 @@ protected: // to be compatible with the standard Miranda databases STDMETHODIMP_(BOOL) EnumContactSettings(HANDLE hContact, DBCONTACTENUMSETTINGS* dbces);
STDMETHODIMP_(BOOL) SetSettingResident(BOOL bIsResident, const char *pszSettingName);
STDMETHODIMP_(BOOL) EnumResidentSettings(DBMODULEENUMPROC pFunc, void *pParam);
+
+ int CheckProto(HANDLE hContact, const char *proto);
};
|