]> git.sur5r.net Git - openldap/blob - doc/man/man3/cldap_close.3
Update misleading statement about ldap_init(). It use is actually
[openldap] / doc / man / man3 / cldap_close.3
1 .TH CLDAP_CLOSE 3 "22 September 1998" "OpenLDAP LDVERSION"
2 .SH NAME
3 cldap_close \- Dispose of Connectionless LDAP Pointer
4 .SH SYNOPSIS
5 .nf
6 .ft B
7 #include <lber.h>
8 #include <ldap.h>
9 .LP
10 .ft B
11 void cldap_close( ld )
12 .ft
13 LDAP *ld;
14 .SH DESCRIPTION
15 .LP
16 The
17 .B cldap_close()
18 routine disposes of memory allocated by
19 .BR cldap_open (3).
20 It should be called when all CLDAP communication is complete.
21 .LP
22 .B cldap_close()
23 takes a single parameter \fIld\fP, the LDAP pointer
24 returned by a previous call to
25 .BR cldap_open (3).
26 .SH SEE ALSO
27 .BR ldap (3),
28 .BR cldap_open (3),
29 .BR cldap_search_s (3),
30 .BR cldap_setretryinfo (3)
31 .SH ACKNOWLEDGEMENTS
32 .B      OpenLDAP
33 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
34 .B      OpenLDAP
35 is derived from University of Michigan LDAP 3.3 Release.