Skip to content
Snippets Groups Projects
Commit 22dfffcf authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix sizelimit (formatting in ldap_search_ext(), absence in ldap_search_ext_s())

parent dfafda41
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment