diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-27 22:28:15 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-27 22:28:15 +0200 |
commit | d77cd7730ff36f38b9a8a8619c8b801646f7b928 (patch) | |
tree | 2ca89c3ebcceeccb32aac7dc82599ae3a042d9ef /include/m_db_int.h | |
parent | 23b0057349dddae70298c452db43fd9699780a05 (diff) |
fixes #1310 (Wrong language after profile conversion)
Diffstat (limited to 'include/m_db_int.h')
-rw-r--r-- | include/m_db_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index b549291385..d53fc6b2bd 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -235,6 +235,7 @@ EXTERN_C MIR_CORE_DLL(DBCachedContact*) db_get_contact(MCONTACT); // Database list's functions
EXTERN_C MIR_CORE_DLL(MDatabaseCommon*) db_get_current(void);
+EXTERN_C MIR_CORE_DLL(void) db_setCurrent(MDatabaseCommon *_db);
// registers a database plugin
EXTERN_C MIR_APP_DLL(void) RegisterDatabasePlugin(DATABASELINK *pDescr);
|