aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 09:23:57 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 09:23:57 +0000
commit2876ec10bbd2ffb912d3064a809d2f0a8fa044a8 (patch)
tree82060ec14571a1b0ba766eb4dc45914f5a25dbd0 /src/include
parent933d49dbf07524d7b749e0e4d8bfc33f1b8d8f7a (diff)
downloadgnunet-2876ec10bbd2ffb912d3064a809d2f0a8fa044a8.tar.gz
gnunet-2876ec10bbd2ffb912d3064a809d2f0a8fa044a8.zip
-doxygen fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_bio_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_bio_lib.h b/src/include/gnunet_bio_lib.h
index 21aa3995f..8bb783c75 100644
--- a/src/include/gnunet_bio_lib.h
+++ b/src/include/gnunet_bio_lib.h
@@ -62,7 +62,7 @@ GNUNET_BIO_read_open (const char *fn);
62 * 62 *
63 * @param h file handle 63 * @param h file handle
64 * @param emsg set to the error message 64 * @param emsg set to the error message
65 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise 65 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
66 */ 66 */
67int 67int
68GNUNET_BIO_read_close (struct GNUNET_BIO_ReadHandle *h, char **emsg); 68GNUNET_BIO_read_close (struct GNUNET_BIO_ReadHandle *h, char **emsg);
@@ -287,7 +287,7 @@ GNUNET_BIO_write_meta_data (struct GNUNET_BIO_WriteHandle *h,
287 * 287 *
288 * @param h hande to open file 288 * @param h hande to open file
289 * @param i 32-bit integer to write 289 * @param i 32-bit integer to write
290 * @return GNUNET_OK on success, GNUNET_SYSERR on error 290 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
291 */ 291 */
292int 292int
293GNUNET_BIO_write_int32 (struct GNUNET_BIO_WriteHandle *h, int32_t i); 293GNUNET_BIO_write_int32 (struct GNUNET_BIO_WriteHandle *h, int32_t i);