--- smsdaemon/util.h 2008/12/06 14:43:41 127 +++ smsdaemon/Util.h 2008/12/08 21:49:49 158 @@ -29,6 +29,8 @@ std::string readUrl(std::string url, std::string tempfile); + std::string iconv_wrapper(std::string _input, std::string to_format, std::string from_format); + std::string convertToUnicode(std::string); std::string convertFromUnicode(std::string); @@ -39,6 +41,7 @@ int my_system(const char* cmd, std::string* response = 0); + std::string readfile(std::string filename); inline void Sleep(unsigned int msec) {