GNU libmicrohttpd  0.9.5
base64.h
Go to the documentation of this file.
1 #ifndef BASE64_H
2 #define BASE64_H
3 
4 #include "MHD_config.h"
5 
6 char* BASE64Encode(const char* src);
7 char* BASE64Decode(const char* src);
8 
9 #endif /* !BASE64_H */