man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

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(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library/security/libsasl
Interface Stability
Committed
MT-Level
Safe

See also

sasl_dispose(3SASL), attributes(5)