mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix sizelimit (formatting in ldap_search_ext(), absence in ldap_search_ext_s())
This commit is contained in:
parent
dfafda4128
commit
22dfffcf23
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue