]> git.sur5r.net Git - openldap/commitdiff
Update BDB 4.3 errcall prototype again to silence warnings
authorHoward Chu <hyc@openldap.org>
Sat, 13 Nov 2004 13:22:48 +0000 (13:22 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 13 Nov 2004 13:22:48 +0000 (13:22 +0000)
servers/slapd/back-bdb/error.c
servers/slapd/back-bdb/proto-bdb.h

index d324ec5f4672eb60652a583bd1dabe157cc3f646..4d2f22277a39cff05e7ceda6c47be48b97453822 100644 (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
index 6f264720f42eab39afc87c48781645735b41f2b1..cb2db5644a5f4fda06b731d9745d8ef973fa19d9 100644 (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