MAN page from RedHat Other ldap-devel-3.3-3.i386.rpm
CLDAP_CLOSE
Section: C Library Functions (3)
Updated: 18 November 1994
Index NAME
cldap_close - Dispose of Connectionless LDAP Pointer
SYNOPSIS
#include <lber.h>#include <ldap.h>void cldap_close( ld )LDAP *ld;
DESCRIPTION
Thecldap_close()routine disposes of memory allocated bycldap_open(3).It should be called when all CLDAP communication is complete.
cldap_close()takes a single parameter ld, the LDAP pointerreturned by a previous call tocldap_open(3).
SEE ALSO
ldap(3),
cldap_open(3),
cldap_search_s(3),
cldap_setretryinfo(3)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
This document was created byman2html,using the manual pages.