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 18fa4629e..ba87ab961 100644
--- a/src/utils/paths.h
+++ b/src/utils/paths.h
@@ -31,6 +31,8 @@ bool checkPath(std::string path);
std::string &fixDirSeparators(std::string &str);
+std::string removeLast(std::string str);
+
std::string getSelfName();
#endif // UTILS_PATHS_H