aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-05-25 14:58:55 +0000
committerdacctal <dacctal@symlinx.net>2026-05-25 14:58:55 +0000
commit21acbee45e420c3d501515fd13b25d3a20450b51 (patch)
treed14dc7edbb862581e19e5a1fafd7dfec23ec3fdd /include
parentd8193b7bf893d0c4f3a508dc1eacf44a40cbfef3 (diff)
lua pop is literally black magic
Diffstat (limited to 'include')
-rw-r--r--include/vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vars.h b/include/vars.h
index 1a58f0d..f7eeda9 100644
--- a/include/vars.h
+++ b/include/vars.h
@@ -52,6 +52,7 @@ typedef struct {
extern bool is_symlink_install;
extern bool is_verbose;
+extern bool is_auto_installed;
extern bool config_exists;
extern char home_dir[MAX_PATH_LEN];