aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_bio_lib.h
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/include/gnunet_bio_lib.h
parente044704044e341d9e296f701e0d88619aa15061e (diff)
downloadgnunet-1997d2d086b237e2688d12567933a53b2229ea26.tar.gz
gnunet-1997d2d086b237e2688d12567933a53b2229ea26.zip
- Fixed doxygen to reflect real API params
Diffstat (limited to 'src/include/gnunet_bio_lib.h')
-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 de356d1e5..47d8d5e1e 100644
--- a/src/include/gnunet_bio_lib.h
+++ b/src/include/gnunet_bio_lib.h
@@ -273,7 +273,7 @@ GNUNET_BIO_write_meta_data (struct GNUNET_BIO_WriteHandle *h,
273 * Write an (u)int32_t. 273 * Write an (u)int32_t.
274 * 274 *
275 * @param h hande to open file 275 * @param h hande to open file
276 * @param i address of 32-bit integer to write 276 * @param i 32-bit integer to write
277 * @return GNUNET_OK on success, GNUNET_SYSERR on error 277 * @return GNUNET_OK on success, GNUNET_SYSERR on error
278 */ 278 */
279int 279int
@@ -284,7 +284,7 @@ GNUNET_BIO_write_int32 (struct GNUNET_BIO_WriteHandle *h, int32_t i);
284 * Write an (u)int64_t. 284 * Write an (u)int64_t.
285 * 285 *
286 * @param h hande to open file 286 * @param h hande to open file
287 * @param i address of 64-bit integer to write 287 * @param i 64-bit integer to write
288 * @return GNUNET_OK on success, GNUNET_SYSERR on error 288 * @return GNUNET_OK on success, GNUNET_SYSERR on error
289 */ 289 */
290int 290int