Simple Authentication Security Layer Library Functions
sasl_version(3SASL)
NAME
sasl_version - get SASL library version information
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
void sasl_version(const char **implementation, int *version);
DESCRIPTION
Use the sasl_version() 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 sasl_version() interface has no return values.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:_______________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|________________________________|
| Availability | system/library/security/libsasl||_____________________________|________________________________|
| Interface Stability | Committed ||_____________________________|________________________________|
| MT-Level | MT-Safe |
|_____________________________|________________________________|
SEE ALSO
attributes(5)SunOS 5.11 Last change: 14 Oct 2003 1
Simple Authentication Security Layer Library Functionssasl_version(3SASL)
SunOS 5.11 Last change: 14 Oct 2003 2