From a7001dfd139fbb9d5cf5434fc40370f8da0cf04c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 28 Jul 2012 12:35:00 +0000 Subject: perversive error reporting schema in DATABASELINK removed git-svn-id: http://svn.miranda-ng.org/main/trunk@1223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_db_int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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:\..\.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, -- cgit v1.2.3