diff options
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r-- | src/include/gnunet_strings_lib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h index 36dfe9c12..df70c5e8f 100644 --- a/src/include/gnunet_strings_lib.h +++ b/src/include/gnunet_strings_lib.h | |||
@@ -410,6 +410,10 @@ GNUNET_STRINGS_base64_encode (const void *in, | |||
410 | /** | 410 | /** |
411 | * url/percent encode (RFC3986). | 411 | * url/percent encode (RFC3986). |
412 | * | 412 | * |
413 | * FIXME: awkward API, @a len is not actually used | ||
414 | * @a out is 0-terminated, should probably be changed | ||
415 | * to only input @a data and directly return @out or NULL. | ||
416 | * | ||
413 | * @param data the data to decode | 417 | * @param data the data to decode |
414 | * @param len the length of the input | 418 | * @param len the length of the input |
415 | * @param out where to write the output (*out should be NULL, | 419 | * @param out where to write the output (*out should be NULL, |