summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorSeth Riley <17361645+Qudix@users.noreply.github.com>2020-11-02 13:20:05 -0600
committerSeth Riley <17361645+Qudix@users.noreply.github.com>2020-11-02 13:20:05 -0600
commitf7d7661d58d9b0d158fd959978b29c9c1a3a8de7 (patch)
treed8dd76c0df43b5aa8d15bea2965771afe0846052 /src/env.h
parent88475677d29a275fd9d25f452f58d3d745720124 (diff)
Changing the location of several directories
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index 5c7492c6..954c7bb0 100644
--- a/src/env.h
+++ b/src/env.h
@@ -236,6 +236,7 @@ QString get(const QString& name);
QString set(const QString& name, const QString& value);
QString path();
+QString prependToPath(const QString& s);
QString addPath(const QString& s);
QString setPath(const QString& s);