silc_stream_destroy

SYNOPSIS

    void silc_stream_destroy(SilcStream stream);

DESCRIPTION

Destroy the stream indicated by `stream'. The `stream' will become invalid after this function returns. All streams are destroyed by calling this function. The silc_stream_close should be called before calling this function. However, if it is not called this function will call it.