From a4f93a6908790511cb436b6423cf0d7f9119f29e Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Tue, 14 Oct 2003 11:27:32 +0000 Subject: [PATCH] Really rename ldap_int_get_controls() to ldap_pvt_get_controls(). --- include/ldap_pvt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 72af273dfc..a1cf5c7514 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -155,7 +155,7 @@ LDAP_F (struct ldapcontrol *) ldap_control_dup LDAP_P(( LDAP_F (struct ldapcontrol **) ldap_controls_dup LDAP_P(( struct ldapcontrol *const *ctrls )); -LDAP_F (int) ldap_int_get_controls LDAP_P(( +LDAP_F (int) ldap_pvt_get_controls LDAP_P(( BerElement *be, struct ldapcontrol ***ctrlsp)); -- 2.39.5