Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
LDAP Library Functionsldap_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 TYPEATTRIBUTE VALUE
AvailabilitySUNWcsl (32-bit)
 SUNWcslx (64-bit)
Interface StabilityEvolving

SEE ALSO

 

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



SunOS 5.9Go To TopLast Changed 27 Jan 2002