3 #ifndef _BASE64_CODE_H_INCLUDED_
4 #define _BASE64_CODE_H_INCLUDED_
10 /* encode/decode data, base 64 style
12 /* #include <base64_code.h>
24 extern VSTRING
*base64_encode(VSTRING
*, const char *, ssize_t
);
25 extern VSTRING
*base64_decode(VSTRING
*, const char *, ssize_t
);
30 /* The Secure Mailer license must be distributed with this software.
33 /* IBM T.J. Watson Research
35 /* Yorktown Heights, NY 10598, USA