mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Correct typo ldap_count_reference -> ldap_count_references
This commit is contained in:
parent
722d4c4332
commit
45bf79315e
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ LDAP_F int ldap_count_messages LDAP_P(( LDAP *ld, LDAPMessage *chain ));
|
|||
*/
|
||||
LDAP_F LDAPMessage *ldap_first_reference LDAP_P(( LDAP *ld, LDAPMessage *chain ));
|
||||
LDAP_F LDAPMessage *ldap_next_reference LDAP_P(( LDAP *ld, LDAPMessage *ref ));
|
||||
LDAP_F int ldap_count_reference LDAP_P(( LDAP *ld, LDAPMessage *chain ));
|
||||
LDAP_F int ldap_count_references LDAP_P(( LDAP *ld, LDAPMessage *chain ));
|
||||
LDAP_F int ldap_parse_reference LDAP_P((
|
||||
LDAP *ld,
|
||||
LDAPMessage *ref,
|
||||
|
|
|
|||
Loading…
Reference in a new issue