aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 22:26:23 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:54:58 +0100
commit98594a4d88fe911b57505e94ab3a1a9a6219ea0e (patch)
tree88ed10c8bd8f9dee8b7d8128052c6c68f0cb5c80 /src/include/gnunet_strings_lib.h
parent26cbf92d6e00b98787d1fb89da1f2089d9f76b1c (diff)
downloadgnunet-98594a4d88fe911b57505e94ab3a1a9a6219ea0e.tar.gz
gnunet-98594a4d88fe911b57505e94ab3a1a9a6219ea0e.zip
-DOC: Documentation cleanup pass through rest of UTIL libraries
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index e96888db5..7e06768b8 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -403,7 +403,7 @@ GNUNET_STRINGS_base64_encode (const void *in,
403 * 403 *
404 * @param data the data to decode 404 * @param data the data to decode
405 * @param len the length of the input 405 * @param len the length of the input
406 * @param output where to write the output (*output should be NULL, 406 * @param out where to write the output (*out should be NULL,
407 * is allocated) 407 * is allocated)
408 * @return the size of the output 408 * @return the size of the output
409 */ 409 */
@@ -448,7 +448,7 @@ GNUNET_STRINGS_base64_decode (const char *data,
448 * 448 *
449 * @param data the data to decode 449 * @param data the data to decode
450 * @param len the length of the input 450 * @param len the length of the input
451 * @param output where to write the output (*output should be NULL, 451 * @param out where to write the output (*out should be NULL,
452 * is allocated) 452 * is allocated)
453 * @return the size of the output 453 * @return the size of the output
454 */ 454 */