mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:53:32 +03:00
Curl_base64_decode() now returns an allocated buffer
This commit is contained in:
parent
19f66c7575
commit
527f70e540
6 changed files with 45 additions and 23 deletions
|
|
@ -23,5 +23,5 @@
|
|||
* $Id$
|
||||
***************************************************************************/
|
||||
size_t Curl_base64_encode(const char *input, size_t size, char **str);
|
||||
size_t Curl_base64_decode(const char *source, char *dest);
|
||||
size_t Curl_base64_decode(const char *source, unsigned char **outptr);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue