Simple Authentication Security Layer Library Functions
saslversion(3SASL)
NAME
saslversion - get SASL library version information
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
void saslversion(const char **implementation, int *version);
DESCRIPTION
Use the saslversion() interface to obtain the version of
the SASL library.
PARAMETERS
implementation A vendor-defined string that describes the
implementation. The value of implementa-
tionreturned is Sun SASL.
version A vendor-defined represetation of the ver-
sion number.
RETURN VALUES
The saslversion() interface has no return values.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 14 Oct 2003 1
Simple Authentication Security Layer Library Functions
saslversion(3SASL)
SunOS 5.11 Last change: 14 Oct 2003 2
|