'\" 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.11" "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 \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)