new interface to the base64 encoder

This commit is contained in:
Daniel Stenberg
2000-09-21 08:46:44 +00:00
parent def69c3087
commit 37249c3a41
2 changed files with 30 additions and 6 deletions

View File

@@ -40,5 +40,5 @@
* ------------------------------------------------------------
****************************************************************************/
void base64Encode(char *intext, char *output);
int base64Encode(char *indata, int insize, char **output);
#endif