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 31 Aug 2011 for GNU libmicrohttpd by  doxygen 1.6.1