summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/path-lookup.h')
-rw-r--r--src/shared/path-lookup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h
index 974db79509..078c3484f5 100644
--- a/src/shared/path-lookup.h
+++ b/src/shared/path-lookup.h
@@ -37,6 +37,9 @@ struct LookupPaths {
char *generator;
char *generator_early;
char *generator_late;
+
+ /* The root directory prepended to all items above, or NULL */
+ char *root_dir;
};
int user_config_home(char **config_home);