diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_db_int.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index 71adc82826..aadd36998d 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -394,4 +394,12 @@ EXTERN_C MIR_APP_DLL(DATABASELINK*) GetDatabasePlugin(const char *pszDriverName) // returns DATABASELINK* of the required plugin or nullptr on error
EXTERN_C MIR_APP_DLL(DATABASELINK*) FindDatabasePlugin(const wchar_t *ptszFileName);
+/////////////////////////////////////////////////////////////////////////////////////////
+// database upgrader
+
+namespace DB
+{
+ MIR_APP_DLL(MDatabaseCommon *) Upgrade(const wchar_t *profile);
+}
+
#endif // M_DB_INT_H__
|