gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18532 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r18532 - gnunet/src/include
Date: Fri, 9 Dec 2011 16:57:56 +0100

Author: harsha
Date: 2011-12-09 16:57:56 +0100 (Fri, 09 Dec 2011)
New Revision: 18532

Modified:
   gnunet/src/include/gnunet_stream_lib.h
Log:
fixed missing doc comment

Modified: gnunet/src/include/gnunet_stream_lib.h
===================================================================
--- gnunet/src/include/gnunet_stream_lib.h      2011-12-09 15:55:00 UTC (rev 
18531)
+++ gnunet/src/include/gnunet_stream_lib.h      2011-12-09 15:57:56 UTC (rev 
18532)
@@ -152,10 +152,13 @@
  *
  * @param socket the socket representing a stream
  * @param buffer the buffer into which the read data is stored
-
- * @return 
+ * @param size the number of bytes that are to be read
+ * @param read_cb the completion callback function which is called after
+ *            attempting to read size number of bytes from the stream
+ * @param timeout the timeout period
+ * @param cls the closure
  */
-size_t
+void
 GNUNET_STREAM_read (const struct GNUNET_STREAM_socket *socket,
                     void *buffer,
                     size_t size,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]