[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11230 - gnunet/src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11230 - gnunet/src/include |
Date: |
Thu, 6 May 2010 15:31:25 +0200 |
Author: grothoff
Date: 2010-05-06 15:31:25 +0200 (Thu, 06 May 2010)
New Revision: 11230
Modified:
gnunet/src/include/gnunet_bio_lib.h
Log:
dox
Modified: gnunet/src/include/gnunet_bio_lib.h
===================================================================
--- gnunet/src/include/gnunet_bio_lib.h 2010-05-06 13:30:17 UTC (rev 11229)
+++ gnunet/src/include/gnunet_bio_lib.h 2010-05-06 13:31:25 UTC (rev 11230)
@@ -146,13 +146,13 @@
* Read an (u)int32_t.
*
* @param h hande to open file
- * @param what describes what is being read (for error message creation)
+ * @param file name of the source file
* @param line line number in the code
* @param i address of 32-bit integer to read
* @return GNUNET_OK on success, GNUNET_SYSERR on error
*/
int GNUNET_BIO_read_int32__ (struct GNUNET_BIO_ReadHandle *h,
- const char *what, int line,
+ const char *file, int line,
int32_t *i);
@@ -169,13 +169,13 @@
* Read an (u)int64_t.
*
* @param h hande to open file
- * @param what describes what is being read (for error message creation)
+ * @param file name of the source file
* @param line line number in the code
* @param i address of 64-bit integer to read
* @return GNUNET_OK on success, GNUNET_SYSERR on error
*/
int GNUNET_BIO_read_int64__ (struct GNUNET_BIO_ReadHandle *h,
- const char *what, int line,
+ const char *file, int line,
int64_t *i);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11230 - gnunet/src/include,
gnunet <=