Skip to content
Snippets Groups Projects
Commit 45bf7931 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Correct typo ldap_count_reference -> ldap_count_references

parent 722d4c43
No related branches found
No related tags found
Loading
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment