X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcpacket.h;h=72046d768ef8f26237c70f29d054d1bbf57ec646;hb=80bb7b35c2a1f44702631f1a5cf5685d5ce4b2c7;hp=0caf10d8c21bc8b54c245e3311265b8b785e6e9a;hpb=dbcb39afedd5dba46a1c5e79e3ff7095c3e86454;p=silc.git diff --git a/lib/silccore/silcpacket.h b/lib/silccore/silcpacket.h index 0caf10d8..72046d76 100644 --- a/lib/silccore/silcpacket.h +++ b/lib/silccore/silcpacket.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2007 Pekka Riikonen + Copyright (C) 1997 - 2009 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -439,6 +439,10 @@ void silc_packet_engine_free_streams_list(SilcDList streams); * stream. After this function returns, packets can immediately be * sent to and received from the stream. * + * The `stream' will be owned by the packet stream and will be closed + * and destroyed when the packet stream is destroyed. If the packet + * stream creation fails the `stream' is left intact. + * * NOTES * * SilcPacketStream cannot be used with silc_stream_* routines (such as