openldap/doc/man/man3/cldap_close.3
1999-12-17 05:53:51 +00:00

38 lines
919 B
Groff

.TH CLDAP_CLOSE 3 "22 September 1998" "OpenLDAP LDVERSION"
.\" $OpenLDAP$
.\" Copyright 1998-1999 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME
cldap_close \- Dispose of Connectionless LDAP Pointer
.SH SYNOPSIS
.nf
.ft B
#include <ldap.h>
.LP
.ft B
void cldap_close( ld )
.ft
LDAP *ld;
.SH DESCRIPTION
.LP
The
.B cldap_close()
routine disposes of memory allocated by
.BR cldap_open (3).
It should be called when all CLDAP communication is complete.
.LP
.B cldap_close()
takes a single parameter \fIld\fP, the LDAP pointer
returned by a previous call to
.BR cldap_open (3).
.SH SEE ALSO
.BR ldap (3),
.BR cldap_open (3),
.BR cldap_search_s (3),
.BR cldap_setretryinfo (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.