table of contents
| sasl_done(10 July 2001) | sasl_done(10 July 2001) |
NAME¶
sasl_done - Dispose of a SASL connection object
SYNOPSIS¶
#include <sasl/sasl.h> void sasl_done( void );
DESCRIPTION¶
sasl_done is called when the application is completely done with the SASL library.
RETURN VALUE¶
No return values
CONFORMING TO¶
RFC 2222
SEE ALSO¶
| SASL | SASL man pages |