summaryrefslogtreecommitdiff
path: root/src/utils/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/paths.h')
-rw-r--r--src/utils/paths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/paths.h b/src/utils/paths.h
index 804900587..f92fcdcb5 100644
--- a/src/utils/paths.h
+++ b/src/utils/paths.h
@@ -27,4 +27,6 @@ std::string getRealPath(const std::string &str);
bool isRealPath(const std::string &str);
+bool checkPath(std::string path);
+
#endif // UTILS_PATHS_H