LDAP Library Functions ldapcontrolfree(3LDAP)
NAME
ldapcontrolfree, ldapcontrolsfree - LDAP control dispo-
sal
SYNOPSIS
cc[ flag... ] file... -lldap[ library... ]
#include
#include
void ldapcontrolfree(LDAPControl *ctrl);
void ldapcontrolsfree(LDAPControl *ctrls);
DESCRIPTION
ldapcontrolsfree() and ldapcontrolfree() 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.
ERORS
No errors are defined for these functions.
ATRIBUTES
See attributes(5) for a description of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
Interface Stability Evolving
SEE ALSO
ldaperror(3LDAP), ldapresult(3LDAP), attributes(5)
SunOS 5.11 Last change: 27 Jan 2002 1
|