Main Page   File List  

base64.h

00001 
00011 #ifndef B64_EN_DECODE
00012 #define B64_EN_DECODE
00013 
00014 #include <l4/sys/compiler.h>
00015 
00016 EXTERN_C_BEGIN
00017 
00030 L4_CV void base64_encode( const char *infile, unsigned int in_size, char **outfile);
00031  
00042 L4_CV void base64_decode(const char *infile, unsigned int in_size, char **outfile);
00043 
00044 EXTERN_C_END
00045 
00046 #endif //B64_EN_DECODE

L4 Utilities, part of DROPS  © 2000-2003