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 fc90730f3..48a6eeea8 100644
--- a/src/fs/paths.h
+++ b/src/fs/paths.h
@@ -47,4 +47,6 @@ std::string getPackageDir() A_WARN_UNUSED;
void setPackageDir(const std::string &dir);
+std::string getHomePath();
+
#endif // UTILS_PATHS_H