aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_bio_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 09:23:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 09:23:14 +0000
commit933d49dbf07524d7b749e0e4d8bfc33f1b8d8f7a (patch)
treecbc9f6ded0d6ce7774ebee5710a0ac7aeaea517e /src/include/gnunet_bio_lib.h
parentf046cc8d56d765ad1250474636b5a10272a66292 (diff)
downloadgnunet-933d49dbf07524d7b749e0e4d8bfc33f1b8d8f7a.tar.gz
gnunet-933d49dbf07524d7b749e0e4d8bfc33f1b8d8f7a.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_bio_lib.h')
-rw-r--r--src/include/gnunet_bio_lib.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_bio_lib.h b/src/include/gnunet_bio_lib.h
index c5db08e16..21aa3995f 100644
--- a/src/include/gnunet_bio_lib.h
+++ b/src/include/gnunet_bio_lib.h
@@ -22,6 +22,8 @@
22 * @file include/gnunet_bio_lib.h 22 * @file include/gnunet_bio_lib.h
23 * @brief buffered IO API 23 * @brief buffered IO API
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @defgroup bio Buffered binary disk IO (with endianess conversion)
26 * @{
25 */ 27 */
26 28
27#ifndef GNUNET_BIO_LIB_H 29#ifndef GNUNET_BIO_LIB_H
@@ -38,6 +40,7 @@ extern "C"
38#endif 40#endif
39 41
40/** 42/**
43 * @ingroup bio
41 * Handle for buffered reading. 44 * Handle for buffered reading.
42 */ 45 */
43struct GNUNET_BIO_ReadHandle; 46struct GNUNET_BIO_ReadHandle;
@@ -90,7 +93,8 @@ GNUNET_BIO_read (struct GNUNET_BIO_ReadHandle *h, const char *what,
90 * @return #GNUNET_OK on success, #GNUNET_SYSERR on failure 93 * @return #GNUNET_OK on success, #GNUNET_SYSERR on failure
91 */ 94 */
92int 95int
93GNUNET_BIO_read_fn (struct GNUNET_BIO_ReadHandle *h, const char *file, int line, 96GNUNET_BIO_read_fn (struct GNUNET_BIO_ReadHandle *h,
97 const char *file, int line,
94 void *result, size_t len); 98 void *result, size_t len);
95 99
96/** 100/**
@@ -307,6 +311,8 @@ GNUNET_BIO_write_int64 (struct GNUNET_BIO_WriteHandle *h, int64_t i);
307} 311}
308#endif 312#endif
309 313
314/** @} */ /* end of group bio */
315
310/* ifndef GNUNET_BIO_LIB_H */ 316/* ifndef GNUNET_BIO_LIB_H */
311#endif 317#endif
312/* end of gnunet_bio_lib.h */ 318/* end of gnunet_bio_lib.h */