--- smsdaemon/ConfigFile.h 2008/12/18 23:29:23 202 +++ smsdaemon/ConfigFile.h 2008/12/19 22:29:25 205 @@ -55,5 +55,11 @@ Value const& GetValue(std::string const& section, std::string const& entry, std::string const& value); }; +namespace ConfigHelper +{ + std::map ParseArguments(const std::string& args); + int StringToInt(const std::string& input); +} + #endif