getconf: don't include xpg4 bits, gcc7 includes xpg6 bits for us
[unleashed.git] / share / man / man3sasl / sasl_done.3sasl
blobcfaffdc33e87780e39d9c6fb517ab3f059c86181
1 '\" te
2 .\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy.  All Rights Reserved.
3 .\" Portions Copyright (C) 2003, Sun Microsystems,
4 .\" Inc. All Rights Reserved
5 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
6 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
7 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
8 .TH SASL_DONE 3SASL "Oct 1, 2003"
9 .SH NAME
10 sasl_done \- dispose of all SASL plug-ins
11 .SH SYNOPSIS
12 .LP
13 .nf
14 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR   [ \fIlibrary\fR ... ]
15 #include <sasl/sasl.h>
17 \fBvoid\fR  \fBsasl_encode\fR(void)
18 .fi
20 .SH DESCRIPTION
21 .sp
22 .LP
23 Make a call to the \fBsasl_done()\fR interface when the application is
24 completely done with the SASL library. You must call \fBsasl_dispose\fR(3SASL)
25 before you make a call to \fBsasl_done()\fR.
26 .SH RETURN VALUES
27 .sp
28 .LP
29 \fBsasl_done()\fR has no return values.
30 .SH ATTRIBUTES
31 .sp
32 .LP
33 See \fBattributes\fR(5) for descriptions of the following attributes:
34 .sp
36 .sp
37 .TS
38 box;
39 c | c
40 l | l .
41 ATTRIBUTE TYPE  ATTRIBUTE VALUE
43 Interface Stability     Evolving
45 MT-Level        Safe
46 .TE
48 .SH SEE ALSO
49 .sp
50 .LP
51 \fBsasl_dispose\fR(3SASL), \fBattributes\fR(5)