diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/options.h b/src/options.h index e7e9e8f4c..0f9fa13c1 100644 --- a/src/options.h +++ b/src/options.h @@ -45,11 +45,9 @@ typedef struct { bool welcome_screen_list; } options_t; -#ifndef NO_GLOBAL_OPTIONS extern options_t options; -#endif -options_t *options_init(void); -options_t *options_parse(int argc, const char **argv); +void options_init(void); +void options_parse(int argc, const char **argv); #endif |