From: Kurt Zeilenga Date: Wed, 16 Jun 1999 17:11:14 +0000 (+0000) Subject: Remove misplaced LDAP_P() in declaration of ldap_int_get_controls. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~296 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fdbb2b80bf27eb11d8689befd8b5e8ecaeadea80;p=openldap Remove misplaced LDAP_P() in declaration of ldap_int_get_controls. --- diff --git a/libraries/libldap/controls.c b/libraries/libldap/controls.c index f330685616..7c6249fb6c 100644 --- a/libraries/libldap/controls.c +++ b/libraries/libldap/controls.c @@ -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;