summaryrefslogtreecommitdiff
path: root/src/core/wee-config.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-03-04 14:28:52 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-03-16 20:42:19 +0100
commit55d9989b855a3e65eaa32633c17d66675bebb9fd (patch)
tree5c000d6b0bc7d01732df0a8e76a15a8900e52516 /src/core/wee-config.h
parent79f7c1cf83e166b42bb803df3b237ddde0fcec8c (diff)
downloadweechat-55d9989b855a3e65eaa32633c17d66675bebb9fd.zip
core: add function config_file_option_set_default
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r--src/core/wee-config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h
index 195efcd75..7746daa79 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -127,11 +127,23 @@ struct t_config_look_word_char_item
};
extern struct t_config_file *weechat_config_file;
+
+extern struct t_config_section *weechat_config_section_debug;
+extern struct t_config_section *weechat_config_section_startup;
+extern struct t_config_section *weechat_config_section_look;
+extern struct t_config_section *weechat_config_section_palette;
extern struct t_config_section *weechat_config_section_color;
+extern struct t_config_section *weechat_config_section_completion;
+extern struct t_config_section *weechat_config_section_history;
+extern struct t_config_section *weechat_config_section_network;
extern struct t_config_section *weechat_config_section_proxy;
+extern struct t_config_section *weechat_config_section_plugin;
+extern struct t_config_section *weechat_config_section_signal;
extern struct t_config_section *weechat_config_section_bar;
extern struct t_config_section *weechat_config_section_custom_bar_item;
+extern struct t_config_section *weechat_config_section_layout;
extern struct t_config_section *weechat_config_section_notify;
+extern struct t_config_section *weechat_config_section_filter;
extern struct t_config_section *weechat_config_section_key[];
extern struct t_config_option *config_startup_command_after_plugins;