LDAP Library Functions ldap_control_free(3LDAP)
NAME
ldap_control_free, ldap_controls_free - LDAP control dispo-
salSYNOPSIS
cc[ flag... ] file... -lldap[ library... ]
#include
#include
void ldap_control_free(LDAPControl *ctrl);
void ldap_controls_free(LDAPControl *ctrls);
DESCRIPTION
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.RETURN VALUES
None.ERRORS
No errors are defined for these functions.ATTRIBUTES
See attributes(5) for a description of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| Availability | system/library (32-bit) |
| | SUNWcslx (64-bit) |
| Interface Stability | Committed ||_____________________________|_____________________________|
SEE ALSO
ldap_error(3LDAP), ldap_result(3LDAP), attributes(5)
SunOS 5.11 Last change: 27 Jan 2002 1