aboutsummaryrefslogtreecommitdiff
path: root/include/vars.h
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-22 07:33:06 +0000
committerdacctal <dacctal@symlinx.net>2026-06-22 07:33:06 +0000
commita18b7108f1648dc69e06bb21e84ec48a2dd60f60 (patch)
tree1693a64a18913d751b0e9a23609218bf0d24f01c /include/vars.h
parent7cde9aeb5dccce578c1eed13cf1ed2c61e446800 (diff)
command line args are much nicer, and versions are properly disciplined1.0.0
Diffstat (limited to 'include/vars.h')
-rw-r--r--include/vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vars.h b/include/vars.h
index 98cd829..58cf634 100644
--- a/include/vars.h
+++ b/include/vars.h
@@ -57,6 +57,7 @@ extern bool is_forced;
extern bool config_exists;
extern char home_dir[MAX_PATH_LEN];
+extern char prefix_dir[MAX_PATH_LEN];
extern char root_config[MAX_PATH_LEN];
extern bool is_root_config;