summaryrefslogtreecommitdiff
path: root/include/m_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_database.h')
-rw-r--r--include/m_database.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h
index f10cb76bfd..e39fb8b884 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -129,6 +129,15 @@ Analog of Database/DefaultProfile in mirandaboot.ini
#define MS_DB_SETDEFAULTPROFILE "DB/SetDefaultProfile"
+/* DB/CheckProfile service
+Checks the specified profile like dbtool did.
+Implemented in the dbchecker plugins, thus it might not exist
+ wParam = (WPARAM)(TCHAR*)ptszProfileName
+ lParam = 0 (unused)
+*/
+
+#define MS_DB_CHECKPROFILE "DB/CheckProfile"
+
/************************* Contact ********************************/
/* DB/Contact/GetSetting service