From: Sree Harsha Totakura Date: Fri, 13 Jan 2012 21:33:17 +0000 (+0000) Subject: removed ambigious description X-Git-Tag: initial-import-from-subversion-38251~15323 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=45c741946d63f1734d9853896546a18d550abf96;p=oweals%2Fgnunet.git removed ambigious description --- diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h index af0b8e5cd..8bef2e0c9 100644 --- a/src/include/gnunet_stream_lib.h +++ b/src/include/gnunet_stream_lib.h @@ -191,9 +191,9 @@ GNUNET_STREAM_listen_close (struct GNUNET_STREAM_ListenSocket *socket); * Functions of this signature are called whenever writing operations * on a stream are executed * - * @param cls the closure from GNUNET_STREAM_write/read + * @param cls the closure from GNUNET_STREAM_write * @param status the status of the stream at the time this function is called - * @param size the number of bytes read or written + * @param size the number of bytes written */ typedef void (*GNUNET_STREAM_CompletionContinuation) (void *cls, enum GNUNET_STREAM_Status @@ -231,7 +231,7 @@ GNUNET_STREAM_write (struct GNUNET_STREAM_Socket *socket, * Functions of this signature are called whenever data is available from the * stream. * - * @param cls the closure from GNUNET_STREAM_write/read + * @param cls the closure from GNUNET_STREAM_read * @param status the status of the stream at the time this function is called * @param data traffic from the other side * @param size the number of bytes available in data read