-.TH LDAP_FIRST_ATTRIBUTE 3 "4 October 2000" "OpenLDAP LDVERSION"
+.TH LDAP_FIRST_ATTRIBUTE 3 "23 July 2001" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
#include <ldap.h>
.LP
.ft B
-char *ldap_first_attribute(ld, entry, berptr)
-.ft
-LDAP *ld;
-LDAPMessage *entry;
-BerElement **berptr;
+char *ldap_first_attribute(
+ LDAP *ld, LDAPMessage entry, BerElement **berptr )
.LP
.ft B
-char *ldap_next_attribute(ld, entry, ber)
-.ft
-LDAP *ld;
-LDAPMessage *entry;
-BerElement *ber;
+char *ldap_next_attribute(
+ LDAP *ld, LDAPMessage entry, BerElement *ber )
.SH DESCRIPTION
The
.B ldap_first_attribute()
.SH NOTES
The
.B ldap_first_attribute()
-routine dyanamically allocated memory that must be freed by the caller via
+and
+.B ldap_next_attribute()
+return dyanamically allocated memory that must be freed by the caller via
.BR ldap_memfree (3).
.SH SEE ALSO
.BR ldap(3),
-.TH LDAP_FIRST_ENTRY 3 "22 September 1998" "OpenLDAP LDVERSION"
+.TH LDAP_FIRST_ENTRY 3 "23 July 2001" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
#include <ldap.h>
.LP
.ft B
-ldap_count_entries(ld, result)
-.ft
-LDAP *ld;
-LDAPMessage *result;
+int ldap_count_entries( LDAP *ld, LDAPMessage *result )
.LP
.ft B
-LDAPMessage *ldap_first_entry(ld, result)
-.ft
-LDAP *ld;
-LDAPMessage *result;
+LDAPMessage *ldap_first_entry( LDAP *ld, LDAPMessage *result )
.LP
.ft B
-LDAPMessage *ldap_next_entry(ld, entry)
-.ft
-LDAP *ld;
-LDAPMessage *entry;
+LDAPMessage *ldap_next_entry( LDAP *ld, LDAPMessage *entry )
.SH DESCRIPTION
.LP
These routines are used to parse results received from