sasl_done(3) - Linux man page

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(3), sasl_server_init(3), sasl_client_init(3)