Skip to content
Snippets Groups Projects
Commit 34d247bc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

switch the arguments according to the c source

parent 99bc7e5f
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,5 @@
* $Id$
***************************************************************************/
size_t Curl_base64_encode(const char *input, size_t size, char **str);
size_t Curl_base64_decode(char *dest, const char *source);
size_t Curl_base64_decode(const char *source, char *dest);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment