From: Kurt Zeilenga Date: Sat, 22 Jul 2000 17:28:06 +0000 (+0000) Subject: Expose ldap_create_control X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2384 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=904d3232b7dc5c5ecb2427611cacf8f068a21199;p=openldap Expose ldap_create_control --- diff --git a/include/ldap.h b/include/ldap.h index 9b7037c155..7751cd960d 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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 ));