summaryrefslogtreecommitdiff
path: root/src/stringutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stringutils.h')
-rw-r--r--src/stringutils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stringutils.h b/src/stringutils.h
index f7218c0..817114e 100644
--- a/src/stringutils.h
+++ b/src/stringutils.h
@@ -222,6 +222,9 @@ std::string &removeProtocol(std::string &url);
bool strStartWith(const std::string &restrict str,
const std::string &restrict start) A_WARN_UNUSED;
+bool strEndWith(const std::string &restrict str,
+ const std::string &restrict end) A_WARN_UNUSED;
+
std::string getDateString() A_WARN_UNUSED;
signed char parseBoolean(const std::string &value);