X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcpacket.h;h=3d4ca10de77f4ad3089684fb93fd9d0cb1826cb0;hb=d4698528ed84c05aad3be8c2b18a343d2dc2b521;hp=f8f41cb8a84ec14dc08f32d622dbfda0a20c3758;hpb=292f1abee836678dd34bc5ba8fe91307926a9158;p=silc.git diff --git a/lib/silccore/silcpacket.h b/lib/silccore/silcpacket.h index f8f41cb8..3d4ca10d 100644 --- a/lib/silccore/silcpacket.h +++ b/lib/silccore/silcpacket.h @@ -402,6 +402,12 @@ const char *silc_packet_error_string(SilcPacketError error); * Returns list of packet streams added to the packet engine. The caller * must free the list with silc_packet_engine_free_streams_list. * + * NOTES + * + * This function may also return disconnected and destroyed streams. The + * caller should use silc_packet_stream_is_valid to check if the stream + * is valid. + * ***/ SilcDList silc_packet_engine_get_streams(SilcPacketEngine engine);