summaryrefslogtreecommitdiff
path: root/src/core/wee-config-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/wee-config-file.h')
-rw-r--r--src/core/wee-config-file.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/wee-config-file.h b/src/core/wee-config-file.h
index 679dc2486..dcbf491be 100644
--- a/src/core/wee-config-file.h
+++ b/src/core/wee-config-file.h
@@ -248,6 +248,12 @@ extern void config_file_section_free (struct t_config_section *section);
extern void config_file_free (struct t_config_file *config_file);
extern void config_file_free_all ();
extern void config_file_free_all_plugin (struct t_weechat_plugin *plugin);
+extern struct t_hdata *config_file_hdata_config_file_cb (void *data,
+ const char *hdata_name);
+extern struct t_hdata *config_file_hdata_config_section_cb (void *data,
+ const char *hdata_name);
+extern struct t_hdata *config_file_hdata_config_option_cb (void *data,
+ const char *hdata_name);
extern int config_file_add_to_infolist (struct t_infolist *infolist,
const char *option_name);
extern void config_file_print_log ();