diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/declare.h | 2 | ||||
| -rw-r--r-- | include/is_updated.h | 2 | ||||
| -rw-r--r-- | include/vars.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/declare.h b/include/declare.h index 7b4b979..7a3fd41 100644 --- a/include/declare.h +++ b/include/declare.h @@ -20,5 +20,5 @@ #ifndef DECLARE #define DECLARE -void declare(); +void declare(void); #endif diff --git a/include/is_updated.h b/include/is_updated.h index 05cea76..769cc61 100644 --- a/include/is_updated.h +++ b/include/is_updated.h @@ -22,6 +22,6 @@ #define IS_UPDATED_H bool is_updated(const char *src); -bool is_bldit_usable(); +bool is_bldit_usable(void); #endif
\ No newline at end of file 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); |
