From fdbb2b80bf27eb11d8689befd8b5e8ecaeadea80 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 16 Jun 1999 17:11:14 +0000 Subject: [PATCH] Remove misplaced LDAP_P() in declaration of ldap_int_get_controls. --- libraries/libldap/controls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5