From a18b7108f1648dc69e06bb21e84ec48a2dd60f60 Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 22 Jun 2026 07:33:06 +0000 Subject: command line args are much nicer, and versions are properly disciplined --- include/vars.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vars.h') 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; -- cgit v1.2.3