aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-01-13 21:33:17 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-01-13 21:33:17 +0000
commit45c741946d63f1734d9853896546a18d550abf96 (patch)
tree4b4d369a73cf6e7826c97ffd21b7046a38ae8e8b /src/include/gnunet_stream_lib.h
parent3849f861a9c89b937207a7d5f240ac783fe5b9d3 (diff)
downloadgnunet-45c741946d63f1734d9853896546a18d550abf96.tar.gz
gnunet-45c741946d63f1734d9853896546a18d550abf96.zip
removed ambigious description
Diffstat (limited to 'src/include/gnunet_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h6
1 files changed, 3 insertions, 3 deletions
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);
191 * Functions of this signature are called whenever writing operations 191 * Functions of this signature are called whenever writing operations
192 * on a stream are executed 192 * on a stream are executed
193 * 193 *
194 * @param cls the closure from GNUNET_STREAM_write/read 194 * @param cls the closure from GNUNET_STREAM_write
195 * @param status the status of the stream at the time this function is called 195 * @param status the status of the stream at the time this function is called
196 * @param size the number of bytes read or written 196 * @param size the number of bytes written
197 */ 197 */
198typedef void (*GNUNET_STREAM_CompletionContinuation) (void *cls, 198typedef void (*GNUNET_STREAM_CompletionContinuation) (void *cls,
199 enum GNUNET_STREAM_Status 199 enum GNUNET_STREAM_Status
@@ -231,7 +231,7 @@ GNUNET_STREAM_write (struct GNUNET_STREAM_Socket *socket,
231 * Functions of this signature are called whenever data is available from the 231 * Functions of this signature are called whenever data is available from the
232 * stream. 232 * stream.
233 * 233 *
234 * @param cls the closure from GNUNET_STREAM_write/read 234 * @param cls the closure from GNUNET_STREAM_read
235 * @param status the status of the stream at the time this function is called 235 * @param status the status of the stream at the time this function is called
236 * @param data traffic from the other side 236 * @param data traffic from the other side
237 * @param size the number of bytes available in data read 237 * @param size the number of bytes available in data read