--- smsdaemon/Util.h 2008/12/08 21:49:49 158 +++ smsdaemon/Util.h 2008/12/15 09:10:05 185 @@ -9,6 +9,9 @@ namespace Util { + //use whitespace + std::vector str_split(std::string input); + std::vector str_split(std::string input, std::string delimiter); void str_dump(const std::string& str);