From: Kurt Zeilenga Date: Mon, 7 May 2001 03:50:53 +0000 (+0000) Subject: Minor redef X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1434 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9adfb3552ab49c1da9cd86f17cc507b8d213bd71;p=openldap Minor redef --- diff --git a/libraries/liblber/bprint.c b/libraries/liblber/bprint.c index 0f4850ede3..c2721064f4 100644 --- a/libraries/liblber/bprint.c +++ b/libraries/liblber/bprint.c @@ -225,10 +225,10 @@ ber_bprint( #ifdef NEW_LOGGING int ber_output_dump( - char *subsys, - int level, - BerElement *ber, - int inout ) + const char *subsys, + int level, + BerElement *ber, + int inout ) { static const char hexdig[] = "0123456789abcdef"; char buf[132]; diff --git a/libraries/liblber/lber-int.h b/libraries/liblber/lber-int.h index bb2ade16fc..64f8ec81da 100644 --- a/libraries/liblber/lber-int.h +++ b/libraries/liblber/lber-int.h @@ -119,10 +119,11 @@ int ber_realloc LDAP_P(( #ifdef NEW_LOGGING LBER_F( int ) ber_output_dump LDAP_P(( - char *subsys, - int level, - BerElement *ber, - int inout )); + const char *subsys, + int level, + BerElement *ber, + int inout )); + #endif LBER_F( int )