00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __BASE64_H 00006 #define __BASE64_H 00007 00008 size_t Curl_base64_encode(struct SessionHandle *data, 00009 const char *input, size_t size, char **str); 00010 size_t Curl_base64_decode(const char *source, unsigned char **outptr); 00011 #endif
1.5.6