[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#3718) Man page of ldap_first_attribute



Full_Name: Raphael Ouazana
Version: 2.1, 2.2, 2.3 at least
OS: all
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.98.7.155)


The man page of ldap_first_attribute and ldap_next_attribute is wrong. It should
be :

char *ldap_first_attribute(
	    LDAP *ld, LDAPMessage *entry, BerElement **berptr )
instead of :
char *ldap_first_attribute(
	    LDAP *ld, LDAPMessage entry, BerElement **berptr )

Same thing for ldap_next_attribute.

Raphael Ouazana.