components/cyrus-sasl/Solaris/usr/share/man/man3/sasl_version.3sasl
author saurabh.vyas@oracle.com
Wed, 27 Jan 2016 09:13:52 -0800
changeset 5350 0bd2e97a57c6
parent 5055 9daf220c1a9a
child 5769 6303cfed086b
permissions -rw-r--r--
22599480 move mcollective to Ruby 2.1 22599526 move stomp to Ruby 2.1

'\" te
.\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy.  All Rights Reserved.
.\" Portions Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved
.TH sasl_version 3SASL "14 Oct 2003" "SunOS 5.12" "Simple Authentication Security Layer Library Functions"
.SH NAME
sasl_version \- get SASL library version information
.SH SYNOPSIS
.LP
.nf
\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR   [ \fIlibrary\fR ... ]
#include <sasl/sasl.h>

\fBvoid\fR \fBsasl_version\fR(\fBconst char **\fR\fIimplementation\fR, \fBint *\fR\fIversion\fR);
.fi

.SH DESCRIPTION
.sp
.LP
Use the \fBsasl_version()\fR interface to obtain the version of the SASL library.
.SH PARAMETERS
.sp
.ne 2
.mk
.na
\fB\fIimplementation\fR\fR
.ad
.RS 18n
.rt  
A vendor-defined string that describes the implementation. The value of \fIimplementation\fRreturned is \fBSun SASL\fR.
.RE

.sp
.ne 2
.mk
.na
\fB\fIversion\fR\fR
.ad
.RS 18n
.rt  
A vendor-defined represetation of the version number.
.RE

.SH RETURN VALUES
.sp
.LP
The \fBsasl_version()\fR interface has no return values.
.SH ATTRIBUTES
.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp

.sp
.TS
tab() box;
cw(2.75i) |cw(2.75i) 
lw(2.75i) |lw(2.75i) 
.
ATTRIBUTE TYPEATTRIBUTE VALUE
_
Availabilitysystem/library/security/libsasl
_
Interface StabilityCommitted
_
MT-LevelMT-Safe
.TE

.SH SEE ALSO
.sp
.LP
\fBattributes\fR(5)