summaryrefslogtreecommitdiff
path: root/src/strutils.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/strutils.hh')
-rw-r--r--src/strutils.hh2
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 */