diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 03:50:01 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 03:50:01 +0000 |
| commit | dbe91ff5847a2d305aaa96c5632c7b646f6f49e5 (patch) | |
| tree | 68c256fc95a3825069c3700e91c6de6c1e125c5f /include/vars.h | |
| parent | ce574919bc809ace81837fdd87d130651a7c7a50 (diff) | |
aintea <aintea@protonmail.com> fix according to new comp flags
Diffstat (limited to 'include/vars.h')
| -rw-r--r-- | include/vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vars.h b/include/vars.h index 53a5203..f9e5b37 100644 --- a/include/vars.h +++ b/include/vars.h @@ -132,7 +132,7 @@ extern const char *print_skipped; extern const char *print_warning; extern const char *print_error; -void init_vars(); +void init_vars(void); const char* get_install_dir(const char *key); bool file_exists(const char *path); bool is_directory(const char *path); |
