LDAP Library Functions cldapclose(3LDAP)
NAME
cldapclose - dispose of connectionless LDAP pointer
SYNOPSIS
cc[ flag... ] file... -lldap[ library... ]
#include
#include
void cldapclose(LDAP *ld);
DESCRIPTION
The cldapclose() function disposes of memory allocated by
cldapopen(3LDAP). It should be called when all CLDAP com-
munication is complete.
PARAMETERS
ld The LDAP pointer returned by a previous call to
cldapopen(3LDAP).
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
ldap(3LDAP), cldapopen(3LDAP), cldapsearchs(3LDAP),
cldapsetretryinfo(3LDAP)
SunOS 5.11 Last change: 27 Jan 2002 1
|