8999 SMBIOS: cleanup 32-bit specific code
[unleashed.git] / usr / src / man / man3sasl / sasl_version.3sasl
blob0c11f0ea4799db5d763dd6bdc6501507dbc1f145
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_VERSION 3SASL "Oct 14, 2003"
9 .SH NAME
10 sasl_version \- get SASL library version information
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_version\fR(\fBconst char **\fR\fIimplementation\fR, \fBint *\fR\fIversion\fR);
18 .fi
20 .SH DESCRIPTION
21 .sp
22 .LP
23 Use the \fBsasl_version()\fR interface to obtain the version of the SASL
24 library.
25 .SH PARAMETERS
26 .sp
27 .ne 2
28 .na
29 \fB\fIimplementation\fR\fR
30 .ad
31 .RS 18n
32 A vendor-defined string that describes the implementation. The value of
33 \fIimplementation\fRreturned is \fBSun SASL\fR.
34 .RE
36 .sp
37 .ne 2
38 .na
39 \fB\fIversion\fR\fR
40 .ad
41 .RS 18n
42 A vendor-defined represetation of the version number.
43 .RE
45 .SH RETURN VALUES
46 .sp
47 .LP
48 The \fBsasl_version()\fR interface has no return values.
49 .SH ATTRIBUTES
50 .sp
51 .LP
52 See \fBattributes\fR(5) for descriptions of the following attributes:
53 .sp
55 .sp
56 .TS
57 box;
58 c | c
59 l | l .
60 ATTRIBUTE TYPE  ATTRIBUTE VALUE
62 Interface Stability     Evolving
64 MT-Level        MT-Safe
65 .TE
67 .SH SEE ALSO
68 .sp
69 .LP
70 \fBattributes\fR(5)