diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-06-04 00:22:57 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-06-04 00:22:57 +0200 |
| commit | a6dfc269d93cdf557f6dac62b03b886d694faecd (patch) | |
| tree | 8f9c04a4200a99fc4e986f1b0b23808040580011 /src/strutils.hh | |
| parent | 052a162715449252bb6126c41dd1700b1440c394 (diff) | |
Add config and change all commands to one
Diffstat (limited to 'src/strutils.hh')
| -rw-r--r-- | src/strutils.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |
