aboutsummaryrefslogtreecommitdiff
path: root/src/util/bio.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-12-19 13:45:58 +0000
committerBart Polot <bart@net.in.tum.de>2011-12-19 13:45:58 +0000
commit1997d2d086b237e2688d12567933a53b2229ea26 (patch)
tree9cdebf58f3b17fedebbd90506f905eb5f5e20c14 /src/util/bio.c
parente044704044e341d9e296f701e0d88619aa15061e (diff)
downloadgnunet-1997d2d086b237e2688d12567933a53b2229ea26.tar.gz
gnunet-1997d2d086b237e2688d12567933a53b2229ea26.zip
- Fixed doxygen to reflect real API params
Diffstat (limited to 'src/util/bio.c')
-rw-r--r--src/util/bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/bio.c b/src/util/bio.c
index 41ad5fd5d..053b8e1ca 100644
--- a/src/util/bio.c
+++ b/src/util/bio.c
@@ -492,7 +492,7 @@ GNUNET_BIO_write_meta_data (struct GNUNET_BIO_WriteHandle *h,
492 * Write an (u)int32_t. 492 * Write an (u)int32_t.
493 * 493 *
494 * @param h hande to open file 494 * @param h hande to open file
495 * @param i address of 32-bit integer to write 495 * @param i 32-bit integer to write
496 * @return GNUNET_OK on success, GNUNET_SYSERR on error 496 * @return GNUNET_OK on success, GNUNET_SYSERR on error
497 */ 497 */
498int 498int
@@ -509,7 +509,7 @@ GNUNET_BIO_write_int32 (struct GNUNET_BIO_WriteHandle *h, int32_t i)
509 * Write an (u)int64_t. 509 * Write an (u)int64_t.
510 * 510 *
511 * @param h hande to open file 511 * @param h hande to open file
512 * @param i address of 64-bit integer to write 512 * @param i 64-bit integer to write
513 * @return GNUNET_OK on success, GNUNET_SYSERR on error 513 * @return GNUNET_OK on success, GNUNET_SYSERR on error
514 */ 514 */
515int 515int