Remove misplaced LDAP_P() in declaration of ldap_int_get_controls.

This commit is contained in:
Kurt Zeilenga 1999-06-16 17:11:14 +00:00
parent 64d018c357
commit fdbb2b80bf

View file

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