diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-27 19:49:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-27 20:00:41 +0300 |
commit | bf41330551a76ea426ace38dbc57c333ef5112cc (patch) | |
tree | ea543733e0ff5b664923ec90053b2c81f2d3def3 /src/fs/paths.h | |
parent | 36c6674db35445d6c72f0f520b4abf9ef15b4da9 (diff) | |
download | plus-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.h | 2 |
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 |