diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-12 21:44:17 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-28 15:13:36 +0100 |
commit | 0dd1d1be1c5f1084802daf89e988f2c1d84559c7 (patch) | |
tree | d9292ed2fcc6e0a9950807532a1e81188bc787fd /src/core/wee-config-file.h | |
parent | 202b4d82c0b233a891e9e1a303833c15ae86e1d4 (diff) | |
download | weechat-0dd1d1be1c5f1084802daf89e988f2c1d84559c7.zip |
core: sort configuration files by name, reload them by priority (issue #1872)
Diffstat (limited to 'src/core/wee-config-file.h')
-rw-r--r-- | src/core/wee-config-file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-config-file.h b/src/core/wee-config-file.h index c0ab4dce2..3da27398b 100644 --- a/src/core/wee-config-file.h +++ b/src/core/wee-config-file.h @@ -169,6 +169,7 @@ struct t_config_option extern struct t_config_file *config_files; extern struct t_config_file *last_config_file; +extern int config_file_valid (struct t_config_file *config_file); extern struct t_config_file *config_file_search (const char *name); extern struct t_config_file *config_file_new (struct t_weechat_plugin *plugin, const char *name, |