components/cyrus-sasl/Solaris/usr/share/man/man3/sasl_version.3sasl
changeset 5055 9daf220c1a9a
child 5769 6303cfed086b
equal deleted inserted replaced
5054:91b97df27c58 5055:9daf220c1a9a
       
     1 '\" te
       
     2 .\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy.  All Rights Reserved.
       
     3 .\" Portions Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved
       
     4 .TH sasl_version 3SASL "14 Oct 2003" "SunOS 5.12" "Simple Authentication Security Layer Library Functions"
       
     5 .SH NAME
       
     6 sasl_version \- get SASL library version information
       
     7 .SH SYNOPSIS
       
     8 .LP
       
     9 .nf
       
    10 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR   [ \fIlibrary\fR ... ]
       
    11 #include <sasl/sasl.h>
       
    12 
       
    13 \fBvoid\fR \fBsasl_version\fR(\fBconst char **\fR\fIimplementation\fR, \fBint *\fR\fIversion\fR);
       
    14 .fi
       
    15 
       
    16 .SH DESCRIPTION
       
    17 .sp
       
    18 .LP
       
    19 Use the \fBsasl_version()\fR interface to obtain the version of the SASL library.
       
    20 .SH PARAMETERS
       
    21 .sp
       
    22 .ne 2
       
    23 .mk
       
    24 .na
       
    25 \fB\fIimplementation\fR\fR
       
    26 .ad
       
    27 .RS 18n
       
    28 .rt  
       
    29 A vendor-defined string that describes the implementation. The value of \fIimplementation\fRreturned is \fBSun SASL\fR.
       
    30 .RE
       
    31 
       
    32 .sp
       
    33 .ne 2
       
    34 .mk
       
    35 .na
       
    36 \fB\fIversion\fR\fR
       
    37 .ad
       
    38 .RS 18n
       
    39 .rt  
       
    40 A vendor-defined represetation of the version number.
       
    41 .RE
       
    42 
       
    43 .SH RETURN VALUES
       
    44 .sp
       
    45 .LP
       
    46 The \fBsasl_version()\fR interface has no return values.
       
    47 .SH ATTRIBUTES
       
    48 .sp
       
    49 .LP
       
    50 See \fBattributes\fR(5) for descriptions of the following attributes:
       
    51 .sp
       
    52 
       
    53 .sp
       
    54 .TS
       
    55 tab() box;
       
    56 cw(2.75i) |cw(2.75i) 
       
    57 lw(2.75i) |lw(2.75i) 
       
    58 .
       
    59 ATTRIBUTE TYPEATTRIBUTE VALUE
       
    60 _
       
    61 Availabilitysystem/library/security/libsasl
       
    62 _
       
    63 Interface StabilityCommitted
       
    64 _
       
    65 MT-LevelMT-Safe
       
    66 .TE
       
    67 
       
    68 .SH SEE ALSO
       
    69 .sp
       
    70 .LP
       
    71 \fBattributes\fR(5)