mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
Expose ldap_create_control
This commit is contained in:
parent
055c3da23d
commit
904d3232b7
1 changed files with 7 additions and 0 deletions
|
|
@ -569,6 +569,13 @@ ldap_set_rebind_proc LDAP_P((
|
||||||
/*
|
/*
|
||||||
* in controls.c:
|
* in controls.c:
|
||||||
*/
|
*/
|
||||||
|
LDAP_F( int )
|
||||||
|
ldap_create_control LDAP_P((
|
||||||
|
const char *requestOID,
|
||||||
|
BerElement *ber,
|
||||||
|
int iscritical,
|
||||||
|
LDAPControl **ctrlp ));
|
||||||
|
|
||||||
LDAP_F( void )
|
LDAP_F( void )
|
||||||
ldap_control_free LDAP_P((
|
ldap_control_free LDAP_P((
|
||||||
LDAPControl *ctrl ));
|
LDAPControl *ctrl ));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue