aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-02-22 13:56:23 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-02-22 13:56:23 +0000
commit27f3a2d55f1e5eb3441fce75f925978d3bb1c08d (patch)
tree574e2d073984600b0cc1e81ebde1c429d1578f79 /src/include/gnunet_stream_lib.h
parentc1605aff9bb156b6d8ecdf707fdbefe8500f199f (diff)
downloadgnunet-27f3a2d55f1e5eb3441fce75f925978d3bb1c08d.tar.gz
gnunet-27f3a2d55f1e5eb3441fce75f925978d3bb1c08d.zip
-refined semantics for STREAM_write
Diffstat (limited to 'src/include/gnunet_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h2
1 files changed, 1 insertions, 1 deletions
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;
220 * @param timeout the timeout period 220 * @param timeout the timeout period
221 * @param write_cont the function to call upon writing some bytes into the stream 221 * @param write_cont the function to call upon writing some bytes into the stream
222 * @param write_cont_cls the closure 222 * @param write_cont_cls the closure
223 * @return handle to cancel the operation 223 * @return handle to cancel the operation; NULL if a previous write is pending
224 */ 224 */
225struct GNUNET_STREAM_IOHandle * 225struct GNUNET_STREAM_IOHandle *
226GNUNET_STREAM_write (struct GNUNET_STREAM_Socket *socket, 226GNUNET_STREAM_write (struct GNUNET_STREAM_Socket *socket,