aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index f8f2a92d5..903b45ec5 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -316,7 +316,7 @@ GNUNET_STRINGS_data_to_string_alloc (const void *buf,
316 * @a out_size must match exactly the size of the data before it was encoded. 316 * @a out_size must match exactly the size of the data before it was encoded.
317 * 317 *
318 * @param enc the encoding 318 * @param enc the encoding
319 * @param enclen number of characters in 'enc' (without 0-terminator, which can be missing) 319 * @param enclen number of characters in @a enc (without 0-terminator, which can be missing)
320 * @param out location where to store the decoded data 320 * @param out location where to store the decoded data
321 * @param out_size size of the output buffer @a out 321 * @param out_size size of the output buffer @a out
322 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding 322 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding