summaryrefslogtreecommitdiff
path: root/src/utils/paths.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-01 13:27:00 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-01 21:33:36 +0300
commit748b2dc257650d9ff6e740496802cb977227bc21 (patch)
tree8b609eebf4b0733d5f0ccb5586d9c1999afba846 /src/utils/paths.h
parente8ce245e0bbb87bc45d15b9f0eb8bf423373d203 (diff)
downloadmv-748b2dc257650d9ff6e740496802cb977227bc21.tar.gz
mv-748b2dc257650d9ff6e740496802cb977227bc21.tar.bz2
mv-748b2dc257650d9ff6e740496802cb977227bc21.tar.xz
mv-748b2dc257650d9ff6e740496802cb977227bc21.zip
move package directory variable from client into paths.
Diffstat (limited to 'src/utils/paths.h')
-rw-r--r--src/utils/paths.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/paths.h b/src/utils/paths.h
index 6e2d17808..cb0af64ad 100644
--- a/src/utils/paths.h
+++ b/src/utils/paths.h
@@ -43,4 +43,8 @@ std::string getDesktopDir() A_WARN_UNUSED;
std::string getSdStoragePath() A_WARN_UNUSED;
#endif
+std::string getPackageDir() A_WARN_UNUSED;
+
+void setPackageDir(const std::string &dir);
+
#endif // UTILS_PATHS_H