summaryrefslogtreecommitdiff
path: root/src/strutil.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/strutil.hh')
-rw-r--r--src/strutil.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strutil.hh b/src/strutil.hh
index 28bbf55..27b5827 100644
--- a/src/strutil.hh
+++ b/src/strutil.hh
@@ -46,6 +46,8 @@ void join(std::vector<std::string_view> const& in, std::string_view delim,
[[nodiscard]] bool starts_with(std::string_view str, std::string_view prefix);
[[nodiscard]] bool ends_with(std::string_view str, std::string_view suffix);
+std::string to_lower_ascii(std::string_view str);
+
} // namespace str
#endif // STRUTIL_HH