summaryrefslogtreecommitdiff
path: root/src/stringutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stringutils.h')
-rw-r--r--src/stringutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stringutils.h b/src/stringutils.h
index 8943317..f7218c0 100644
--- a/src/stringutils.h
+++ b/src/stringutils.h
@@ -234,4 +234,6 @@ bool isDigit(const std::string &str);
void secureChatCommand(std::string &str);
+bool isMatch(const std::string &str, const std::string &exp);
+
#endif // STRINGUTILS_H