diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-22 20:19:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-22 20:19:01 +0300 |
commit | 581319b8cd1f774e5fc42db570d44ec2b4e41485 (patch) | |
tree | 42234da7ead10b3f9421602f5636913ffcb35c72 /include/m_database.h | |
parent | 3285170a72a34d78e178b2b8117a3622f3a1840a (diff) |
temporary return of DbChecker
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h index c0df1392e7..cb6d0e55bf 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -432,6 +432,13 @@ bool Profile_GetSetting(const wchar_t *pwszSetting, wchar_t(&pwszBuf)[_Size], co return Profile_GetSetting(pwszSetting, pwszBuf, _Size, pwszDefault);
}
+// Checks the specified profile like dbtool did.
+// Implemented in the dbchecker plugins, thus it might not exist
+// wParam = (WPARAM)(wchar_t*)ptszProfileName
+// lParam = (BOOL)bConversionMode
+
+#define MS_DB_CHECKPROFILE "DB/CheckProfile"
+
/////////////////////////////////////////////////////////////////////////////////////////
// Contact services
|