mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
Minor redef
This commit is contained in:
parent
9046576228
commit
9adfb3552a
2 changed files with 9 additions and 8 deletions
|
|
@ -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];
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue