Skip to content
Snippets Groups Projects
Commit ab25b433 authored by Howard Chu's avatar Howard Chu
Browse files

Update BDB 4.3 errcall prototype again to silence warnings

parent 6b6e4109
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#if DB_VERSION_FULL < 0x04030000
void bdb_errcall( const char *pfx, char * msg )
#else
void bdb_errcall( DB_ENV *env, const char *pfx, const char * msg )
void bdb_errcall( const DB_ENV *env, const char *pfx, const char * msg )
#endif
{
#ifdef HAVE_EBCDIC
......
......@@ -142,7 +142,7 @@ int bdb_fix_dn( Entry *e, int checkit );
#if DB_VERSION_FULL < 0x04030000
void bdb_errcall( const char *pfx, char * msg );
#else
void bdb_errcall( DB_ENV *env, const char *pfx, const char * msg );
void bdb_errcall( const DB_ENV *env, const char *pfx, const char * msg );
#endif
#ifdef HAVE_EBCDIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment