00001 #ifndef BASE64_H 00002 #define BASE64_H 00003 00004 #include "MHD_config.h" 00005 00006 char* BASE64Encode(const char* src); 00007 char* BASE64Decode(const char* src); 00008 00009 #endif /* !BASE64_H */