table of contents
sasl_done(3) | SASL man pages | sasl_done(3) |
NAME¶
sasl_done - Dispose of a SASL connection objectSYNOPSIS¶
#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 valuesCONFORMING TO¶
RFC 4422SEE ALSO¶
sasl(3), sasl_server_init(3), sasl_client_init(3)10 July 2001 | SASL |