diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-17 00:18:01 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-17 00:18:01 +0000 |
| commit | 7019724ab5c818e18fb5ee61b6b14487c47da3ec (patch) | |
| tree | 0a7d60563c56a75fcfe7ecdd66f21bdc420fc1fa /include/globs.h | |
| parent | 43e35385f741a3c48cf667fd55bc1175d1d2b927 (diff) | |
more features but memory leak
Diffstat (limited to 'include/globs.h')
| -rw-r--r-- | include/globs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/globs.h b/include/globs.h index bec1dc9..9416923 100644 --- a/include/globs.h +++ b/include/globs.h @@ -24,7 +24,7 @@ #include "str.h" -#define VERSION "1.4.0_INDEV" +#define VERSION "1.2.0_INDEV" #define RED "\x1b[0;31m" #define GREEN "\x1b[0;32m" #define YELLOW "\x1b[0;33m" @@ -121,6 +121,7 @@ typedef struct { extern cli_flags_t flags; extern config_t cfg; extern install_dirs_t inst_dirs; +extern str new_arg_str; void init_vars(void); void free_vars(void); |
