Minor redef

This commit is contained in:
Kurt Zeilenga 2001-05-07 03:50:53 +00:00
parent 9046576228
commit 9adfb3552a
2 changed files with 9 additions and 8 deletions

View file

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

View file

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