mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
Remove unused functions and prototypes
This commit is contained in:
@@ -25,15 +25,12 @@
|
||||
extern struct t_config_file *plugin_config;
|
||||
extern struct t_config_option *plugin_options;
|
||||
|
||||
extern struct t_config_option *plugin_config_search_internal (const char *option_name);
|
||||
extern struct t_config_option *plugin_config_search (const char *plugin_name,
|
||||
const char *option_name);
|
||||
extern int plugin_config_set_internal (const char *option, const char *value);
|
||||
extern int plugin_config_set (const char *plugin_name, const char *option_name,
|
||||
const char *value);
|
||||
extern void plugin_config_init ();
|
||||
extern int plugin_config_read ();
|
||||
extern int plugin_config_reload ();
|
||||
extern int plugin_config_write ();
|
||||
extern void plugin_config_end ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user