From 27f3a2d55f1e5eb3441fce75f925978d3bb1c08d Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 22 Feb 2012 13:56:23 +0000 Subject: [PATCH] -refined semantics for STREAM_write --- src/include/gnunet_stream_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h index d3c4e1653..7ac0f5d96 100644 --- a/src/include/gnunet_stream_lib.h +++ b/src/include/gnunet_stream_lib.h @@ -220,7 +220,7 @@ struct GNUNET_STREAM_IOHandle; * @param timeout the timeout period * @param write_cont the function to call upon writing some bytes into the stream * @param write_cont_cls the closure - * @return handle to cancel the operation + * @return handle to cancel the operation; NULL if a previous write is pending */ struct GNUNET_STREAM_IOHandle * GNUNET_STREAM_write (struct GNUNET_STREAM_Socket *socket, -- 2.25.1