SASL_DONE(3SASL) Simple Authentication Security Layer Library Functions
sasl_done - dispose of all SASL plug-ins
cc [ flag ... ] file ... -lsasl [ library ... ]
#include <sasl/sasl.h>
void sasl_encode(void)
Make a call to the sasl_done() interface when the application is
completely done with the SASL library. You must call
sasl_dispose(3SASL) before you make a call to sasl_done().
sasl_done() has no return values.
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Evolving |
+--------------------+-----------------+
|MT-Level | Safe |
+--------------------+-----------------+
sasl_dispose(3SASL), attributes(7)
October 1, 2003 SASL_DONE(3SASL)
NAME
sasl_done - dispose of all SASL plug-ins
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include <sasl/sasl.h>
void sasl_encode(void)
DESCRIPTION
Make a call to the sasl_done() interface when the application is
completely done with the SASL library. You must call
sasl_dispose(3SASL) before you make a call to sasl_done().
RETURN VALUES
sasl_done() has no return values.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Evolving |
+--------------------+-----------------+
|MT-Level | Safe |
+--------------------+-----------------+
SEE ALSO
sasl_dispose(3SASL), attributes(7)
October 1, 2003 SASL_DONE(3SASL)