00001 #ifndef CGIENCODER_H 00002 #define CGIENCODER_H 00003 00004 #include <string> 00005 00006 namespace cgi 00007 { 00008 std::string encode(const std::string& str); 00009 } 00010 00011 #endif