From a6dfc269d93cdf557f6dac62b03b886d694faecd Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 4 Jun 2015 00:22:57 +0200 Subject: Add config and change all commands to one --- src/strutils.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/strutils.hh') diff --git a/src/strutils.hh b/src/strutils.hh index 76120a8..1d0a3a3 100644 --- a/src/strutils.hh +++ b/src/strutils.hh @@ -7,6 +7,8 @@ namespace stuff { std::string ascii_tolower(const std::string& str); +std::string trim(const std::string& str); + } // namespace stuff #endif /* STRUTILS_HH */ -- cgit v1.2.3-70-g09d2