Really rename ldap_int_get_controls() to ldap_pvt_get_controls().

This commit is contained in:
Hallvard Furuseth 2003-10-14 11:27:32 +00:00
parent 9201971c59
commit a4f93a6908

View File

@ -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));