mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
Update BDB 4.3 errcall prototype again to silence warnings
This commit is contained in:
parent
6b6e41092d
commit
ab25b43364
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue