X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcpacket.h;fp=lib%2Fsilccore%2Fsilcpacket.h;h=3d4ca10de77f4ad3089684fb93fd9d0cb1826cb0;hb=124364877808ae06db3e3d69602b868af51a1d87;hp=f8f41cb8a84ec14dc08f32d622dbfda0a20c3758;hpb=3e3bc45c22112f7bc1eed76fcd6374a02a5abfdc;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);