summaryrefslogtreecommitdiff
path: root/src/fs/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/paths.h')
-rw-r--r--src/fs/paths.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/paths.h b/src/fs/paths.h
index 48a6eeea8..be431f9c3 100644
--- a/src/fs/paths.h
+++ b/src/fs/paths.h
@@ -31,6 +31,8 @@ bool isRealPath(const std::string &str) A_WARN_UNUSED;
bool checkPath(const std::string &path) A_WARN_UNUSED;
+void prepareFsPath(std::string &path);
+
std::string &fixDirSeparators(std::string &str);
std::string removeLast(const std::string &str) A_WARN_UNUSED;