mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix sizelimit (formatting in ldap_search_ext(), absence in ldap_search_ext_s())
This commit is contained in:
parent
dfafda4128
commit
22dfffcf23
@ -24,7 +24,8 @@ int \fIattrsonly\fB,
|
||||
LDAPControl **\fIserverctrls\fB,
|
||||
LDAPControl **\fIclientctrls\fB,
|
||||
struct timeval *\fItimeout\fB,
|
||||
int sizelimit, *\fImsgidp\fB );
|
||||
int \fIsizelimit\fB,
|
||||
int *\fImsgidp\fB );
|
||||
.RE
|
||||
.LP
|
||||
.ft B
|
||||
@ -39,6 +40,7 @@ int \fIattrsonly\fB,
|
||||
LDAPControl **\fIserverctrls\fB,
|
||||
LDAPControl **\fIclientctrls\fB,
|
||||
struct timeval *\fItimeout\fB,
|
||||
int \fIsizelimit\fB,
|
||||
LDAPMessage **\fIres\fB );
|
||||
.RE
|
||||
.SH DESCRIPTION
|
||||
|
Loading…
Reference in New Issue
Block a user