| Function silc_packet_stream_get_stream
 
 SYNOPSIS
 
    SilcStream silc_packet_stream_get_stream(SilcPacketStream stream);
DESCRIPTION
    Returns the actual stream that is associated with the packet stream
    `stream'.  The caller must not free the returned stream.  The returned
    stream is the same pointer that was set for silc_packet_stream_create.
    This function could be used for example when an error callback is
    called by the packet engine to retrieve the actual lower level error
    from the stream.
 
 
 
 |