Update BDB 4.3 errcall prototype again to silence warnings

This commit is contained in:
Howard Chu 2004-11-13 13:22:48 +00:00
parent 6b6e41092d
commit ab25b43364
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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