mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Really rename ldap_int_get_controls() to ldap_pvt_get_controls().
This commit is contained in:
parent
9201971c59
commit
a4f93a6908
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user