From 45bf79315e1072de0608672e61d86d83afa731fe Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Wed, 3 Mar 1999 17:45:15 +0000 Subject: [PATCH] Correct typo ldap_count_reference -> ldap_count_references --- include/ldap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ldap.h b/include/ldap.h index c2d67314fc..d3a61a7215 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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, -- 2.39.5