summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_db_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h
index 1a0ee644ed..f3affcb1c5 100644
--- a/include/m_db_int.h
+++ b/include/m_db_int.h
@@ -181,7 +181,7 @@ struct DATABASELINK
which is a PLUGINLINK structure
Returns: 0 on success, nonzero on failure
*/
- MIDatabase* (*Load) (const TCHAR *profile);
+ MIDatabase* (*Load)(const TCHAR *profile, BOOL bReadOnly);
/*
Affect: The database plugin should shutdown, unloading things from the core and freeing internal structures
@@ -194,7 +194,7 @@ struct DATABASELINK
Returns a pointer to the database checker or NULL if a database doesn't support checking
When you don't need this object aanymore, call its Destroy() method
*/
- MIDatabaseChecker* (*CheckDB) (const TCHAR *profile, int *error);
+ MIDatabaseChecker* (*CheckDB)(const TCHAR *profile, int *error);
};
///////////////////////////////////////////////////////////////////////////////