Commit 34d247bc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

switch the arguments according to the c source

parent 99bc7e5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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