man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

ldap_control_free(3LDAP)

Name

ldap_control_free, ldap_controls_free - LDAP control disposal

Synopsis

cc[ flag... ] file... -lldap[ library... ]
#include <lber.h>
#include <ldap.h>

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 attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library
Interface Stability
Committed

See also

ldap_error(3LDAP), ldap_result(3LDAP), attributes(5)