Skip to content
Snippets Groups Projects
Commit fdbb2b80 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove misplaced LDAP_P() in declaration of ldap_int_get_controls.

parent 64d018c3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment