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