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 817114e..3cbcdb9 100644
--- a/src/stringutils.h
+++ b/src/stringutils.h
@@ -239,4 +239,6 @@ void secureChatCommand(std::string &str);
bool isMatch(const std::string &str, const std::string &exp);
+bool fileExists(const std::string &name);
+
#endif // STRINGUTILS_H