aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);