]> git.sur5r.net Git - openldap/commitdiff
Remove misplaced LDAP_P() in declaration of ldap_int_get_controls.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 16 Jun 1999 17:11:14 +0000 (17:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 16 Jun 1999 17:11:14 +0000 (17:11 +0000)
libraries/libldap/controls.c

index f330685616d5e82f627e5d3d2f5dc8ac83254958..7c6249fb6cc2bde71db9088b63d4110eaf049e7c 100644 (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;