aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-26 21:05:16 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-30 09:42:07 +0200
commit0d3508ba4dc73f77b48da95fb166d4257aa2dcec (patch)
tree2f0407ad59f2f4fd404daf79290636e869df9d86 /src/util
parentb738d61690f64783c1907488ee5338f7b0f912ac (diff)
downloadgnunet-0d3508ba4dc73f77b48da95fb166d4257aa2dcec.tar.gz
gnunet-0d3508ba4dc73f77b48da95fb166d4257aa2dcec.zip
-First pass through UTIL buffered i/o library
Diffstat (limited to 'src/util')
-rw-r--r--src/util/bio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/bio.c b/src/util/bio.c
index d221d0a21..a09115048 100644
--- a/src/util/bio.c
+++ b/src/util/bio.c
@@ -159,7 +159,8 @@ GNUNET_BIO_read_open_buffer (void *buffer, size_t size)
159 * 159 *
160 * @param h file handle 160 * @param h file handle
161 * @param emsg set to the (allocated) error message 161 * @param emsg set to the (allocated) error message
162 * if the handle has an error message, the return value is #GNUNET_SYSERR 162 * if the handle has an error message, the return
163 * value is #GNUNET_SYSERR
163 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise 164 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
164 */ 165 */
165int 166int