mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Remove misplaced LDAP_P() in declaration of ldap_int_get_controls.
This commit is contained in:
parent
64d018c357
commit
fdbb2b80bf
1 changed files with 2 additions and 2 deletions
|
|
@ -107,9 +107,9 @@ int ldap_int_put_controls(
|
|||
return LDAP_SUCCESS;
|
||||
}
|
||||
|
||||
int ldap_int_get_controls LDAP_P((
|
||||
int ldap_int_get_controls(
|
||||
BerElement *ber,
|
||||
LDAPControl ***ctrls ))
|
||||
LDAPControl ***ctrls )
|
||||
{
|
||||
int nctrls;
|
||||
unsigned long tag, len;
|
||||
|
|
|
|||
Loading…
Reference in a new issue