-fix warning

This commit is contained in:
Christian Grothoff 2023-05-10 00:02:52 +02:00
parent 4e79967f9b
commit 1cf58e8ff8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 10 additions and 6 deletions

View File

@ -229,6 +229,16 @@ void
TALER_OS_init (void);
/**
* Re-encode string at @a inp to match RFC 8785 (section 3.2.2.2).
*
* @param[in,out] inp pointer to string to re-encode
* @return number of bytes in resulting @a inp
*/
size_t
TALER_rfc8785encode (char **inp);
/**
* URL-encode a string according to rfc3986.
*

View File

@ -258,12 +258,6 @@ lowdump (struct GNUNET_Buffer *buf,
}
/**
* Re-encode string at @a inp to match RFC 8785 (section 3.2.2.2).
*
* @param[in,out] inp pointer to string to re-encode
* @return number of bytes in resulting @a inp
*/
size_t
TALER_rfc8785encode (char **inp)
{