base64.h

Go to the documentation of this file.
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 */

Generated on Thu May 10 14:38:01 2012 for GNU libmicrohttpd by  doxygen 1.4.7