summaryrefslogtreecommitdiff
path: root/src/fs/paths.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-27 19:49:39 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-27 20:00:41 +0300
commitbf41330551a76ea426ace38dbc57c333ef5112cc (patch)
treeea543733e0ff5b664923ec90053b2c81f2d3def3 /src/fs/paths.h
parent36c6674db35445d6c72f0f520b4abf9ef15b4da9 (diff)
downloadplus-bf41330551a76ea426ace38dbc57c333ef5112cc.tar.gz
plus-bf41330551a76ea426ace38dbc57c333ef5112cc.tar.bz2
plus-bf41330551a76ea426ace38dbc57c333ef5112cc.tar.xz
plus-bf41330551a76ea426ace38dbc57c333ef5112cc.zip
Add function for get home path.
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