SliTaz Man Pages

Community Doc Forum Pro Shop Bugs Hg Cook

sasl_done

Section: Misc. Reference Manual Pages (10 July 2001)
Updated: SASL
Index Return to Main Contents

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)

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
CONFORMING TO
SEE ALSO