'\" te .\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy. All Rights Reserved. .\" Portions Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved .TH sasl_done 3SASL "1 Oct 2003" "SunOS 5.11" "Simple Authentication Security Layer Library Functions" .SH NAME sasl_done \- dispose of all SASL plug-ins .SH SYNOPSIS .LP .nf \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR [ \fIlibrary\fR ... ] #include \fBvoid\fR \fBsasl_encode\fR(void) .fi .SH DESCRIPTION .sp .LP Make a call to the \fBsasl_done()\fR interface when the application is completely done with the SASL library. You must call \fBsasl_dispose\fR(3SASL) before you make a call to \fBsasl_done()\fR. .SH RETURN VALUES .sp .LP \fBsasl_done()\fR has no return values. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Availabilitysystem/library/security/libsasl _ Interface StabilityCommitted _ MT-LevelSafe .TE .SH SEE ALSO .sp .LP \fBsasl_dispose\fR(3SASL), \fBattributes\fR(5)