diff options
Diffstat (limited to 'include/m_db_int.h')
-rw-r--r-- | include/m_db_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index 64bbcbd9e5..e201626232 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -124,7 +124,7 @@ struct DATABASELINK the time of this call, profile will be C:\..\<name>.dat
Returns: 0 on success, non zero on failure - error contains extended error information, see EMKPRF_*
*/
- int (*makeDatabase)(const TCHAR *profile, int *error);
+ int (*makeDatabase)(const TCHAR *profile);
/*
profile: [in] a null terminated string to file path of selected profile
@@ -136,7 +136,7 @@ struct DATABASELINK etc.
Returns: 0 on success, non zero on failure
*/
- int (*grokHeader)(const TCHAR *profile, int *error);
+ int (*grokHeader)(const TCHAR *profile);
/*
Affect: Tell the database to create all services/hooks that a 3.xx legacy database might support into link,
|