Skip to content
Snippets Groups Projects
Commit 904d3232 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Expose ldap_create_control

parent 055c3da2
No related branches found
No related tags found
No related merge requests found
......@@ -569,6 +569,13 @@ ldap_set_rebind_proc LDAP_P((
/*
* in controls.c:
*/
LDAP_F( int )
ldap_create_control LDAP_P((
const char *requestOID,
BerElement *ber,
int iscritical,
LDAPControl **ctrlp ));
LDAP_F( void )
ldap_control_free LDAP_P((
LDAPControl *ctrl ));
......
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