mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Really rename ldap_int_get_controls() to ldap_pvt_get_controls().
This commit is contained in:
parent
9201971c59
commit
a4f93a6908
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue