diff options
Diffstat (limited to 'fish/options.h')
-rw-r--r-- | fish/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/options.h b/fish/options.h index e0cad013..9b9aee5e 100644 --- a/fish/options.h +++ b/fish/options.h @@ -112,6 +112,9 @@ struct mp { char *options; }; +/* in config.c */ +extern void parse_config (void); + /* in inspect.c */ extern void inspect_mount (void); extern void print_inspect_prompt (void); |