-fix warning
This commit is contained in:
parent
4e79967f9b
commit
1cf58e8ff8
@ -229,6 +229,16 @@ void
|
|||||||
TALER_OS_init (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.
|
* URL-encode a string according to rfc3986.
|
||||||
*
|
*
|
||||||
|
@ -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
|
size_t
|
||||||
TALER_rfc8785encode (char **inp)
|
TALER_rfc8785encode (char **inp)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user