X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcstream.h;h=85364d2a08cd316127ffeedd689738e99736f52d;hp=8195a15f3c547c8d8dadb098ec6e7cb746ba3687;hb=f2dd07bb06c199bc35b8a69c0828f88c8e028db6;hpb=1f27d9647347b2da8797ccaaa76c04c51c41a6c4 diff --git a/lib/silcutil/silcstream.h b/lib/silcutil/silcstream.h index 8195a15f..85364d2a 100644 --- a/lib/silcutil/silcstream.h +++ b/lib/silcutil/silcstream.h @@ -251,9 +251,8 @@ void silc_stream_destroy(SilcStream stream); * If `notifier' is set to NULL no callback will be called for the stream, * and the stream is not scheduled anymore. * - * This function returns FALSE if the `schedule' was provided and the - * stream could not be scheduled. The actual API for `stream' may provide - * access to the actual error information. Returns TRUE on success. + * This function returns FALSE if the stream could not be scheduled. + * Returns TRUE on success. The `schedule' must always be non-NULL. * ***/ SilcBool silc_stream_set_notifier(SilcStream stream, SilcSchedule schedule,