aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_bio_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_bio_lib.h')
-rw-r--r--src/include/gnunet_bio_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_bio_lib.h b/src/include/gnunet_bio_lib.h
index e49ce1354..142f1b088 100644
--- a/src/include/gnunet_bio_lib.h
+++ b/src/include/gnunet_bio_lib.h
@@ -25,7 +25,7 @@
25 * Buffered IO library 25 * Buffered IO library
26 * 26 *
27 * @defgroup bio BIO library 27 * @defgroup bio BIO library
28 * Buffered binary disk IO (with endianess conversion) 28 * Buffered binary disk IO (with endianness conversion)
29 * @{ 29 * @{
30 */ 30 */
31 31
@@ -65,7 +65,7 @@ GNUNET_BIO_read_open_file (const char *fn);
65 * 65 *
66 * @param buffer the buffer to use as source 66 * @param buffer the buffer to use as source
67 * @param size the total size in bytes of the buffer 67 * @param size the total size in bytes of the buffer
68 * @return IO handle on sucess, NULL on error 68 * @return IO handle on success, NULL on error
69 */ 69 */
70struct GNUNET_BIO_ReadHandle * 70struct GNUNET_BIO_ReadHandle *
71GNUNET_BIO_read_open_buffer (void *buffer, size_t size); 71GNUNET_BIO_read_open_buffer (void *buffer, size_t size);
@@ -212,7 +212,7 @@ GNUNET_BIO_write_open_buffer (void);
212 212
213/** 213/**
214 * Force a file-based buffered writer to flush its buffer. 214 * Force a file-based buffered writer to flush its buffer.
215 * If the handle does not use a file, this function returs #GNUNET_OK 215 * If the handle does not use a file, this function returns #GNUNET_OK
216 * without doing anything. 216 * without doing anything.
217 * 217 *
218 * @param h the IO handle 218 * @param h the IO handle