diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 14:58:55 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 14:58:55 +0000 |
| commit | 21acbee45e420c3d501515fd13b25d3a20450b51 (patch) | |
| tree | d14dc7edbb862581e19e5a1fafd7dfec23ec3fdd /include/vars.h | |
| parent | d8193b7bf893d0c4f3a508dc1eacf44a40cbfef3 (diff) | |
lua pop is literally black magic
Diffstat (limited to 'include/vars.h')
| -rw-r--r-- | include/vars.h | 1 |
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]; |
