From d77cd7730ff36f38b9a8a8619c8b801646f7b928 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 27 Apr 2018 22:28:15 +0200 Subject: fixes #1310 (Wrong language after profile conversion) --- 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 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); -- cgit v1.2.3