12#ifndef O2_FRAMEWORK_BASE64_H_
13#define O2_FRAMEWORK_BASE64_H_
unsigned char * base64_dec_malloc(char *src)
int base64_encode(char *dest, int size, unsigned char *src, int slen)
char * base64_enc_malloc(unsigned char *src, int slen)
int base64_decode(unsigned char *dest, int size, char *src)