mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Expose ldap_create_control
This commit is contained in:
parent
055c3da23d
commit
904d3232b7
@ -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 ));
|
||||
|
Loading…
Reference in New Issue
Block a user