mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Fix typo
This commit is contained in:
parent
cfb3f81582
commit
377db53088
1 changed files with 2 additions and 2 deletions
|
|
@ -13,11 +13,11 @@ OpenLDAP LDAP (libldap, -lldap)
|
||||||
.LP
|
.LP
|
||||||
.ft B
|
.ft B
|
||||||
char *ldap_first_attribute(
|
char *ldap_first_attribute(
|
||||||
LDAP *ld, LDAPMessage entry, BerElement **berptr )
|
LDAP *ld, LDAPMessage *entry, BerElement **berptr )
|
||||||
.LP
|
.LP
|
||||||
.ft B
|
.ft B
|
||||||
char *ldap_next_attribute(
|
char *ldap_next_attribute(
|
||||||
LDAP *ld, LDAPMessage entry, BerElement *ber )
|
LDAP *ld, LDAPMessage *entry, BerElement *ber )
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
The
|
The
|
||||||
.B ldap_first_attribute()
|
.B ldap_first_attribute()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue