LDAP_CONTROL_FREE(3LDAP) | LDAP Library Functions | LDAP_CONTROL_FREE(3LDAP) |
ldap_control_free, ldap_controls_free - LDAP control disposal
cc[ flag... ] file... -lldap[ library... ] #include <lber.h> #include <ldap.h> void ldap_control_free(LDAPControl *ctrl);
void ldap_controls_free(LDAPControl *ctrls);
ldap_controls_free() and ldap_control_free() are routines which can be used to dispose of a single control or an array of controls allocated by other LDAP APIs.
None.
No errors are defined for these functions.
See attributes(7) for a description of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Evolving |
January 27, 2002 | OmniOS |