diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-12 18:53:26 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-12 18:53:26 +0300 |
commit | 376f5d4859ba96bff4a3c4d7c9622664b9e578d7 (patch) | |
tree | 9acdeae557a62624cc8287534f5d6eafc7c6aefb /include | |
parent | ba4509bbbac4a2db8ff44f3fc6059d2543d6aeae (diff) |
db_get_current() also returns MDatabaseCommon*
Diffstat (limited to 'include')
-rw-r--r-- | include/m_db_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index c3fc97eecd..036fc8446b 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -226,7 +226,7 @@ EXTERN_C MIR_CORE_DLL(DBCachedContact*) db_get_contact(MCONTACT); ///////////////////////////////////////////////////////////////////////////////
// Database list's functions
-EXTERN_C MIR_CORE_DLL(MIDatabase*) db_get_current(void);
+EXTERN_C MIR_CORE_DLL(MDatabaseCommon*) db_get_current(void);
// registers a database plugin
EXTERN_C MIR_APP_DLL(void) RegisterDatabasePlugin(DATABASELINK *pDescr);
|