mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
core: forward declare structs to avoid implicit declarations
This commit is contained in:
@@ -36,14 +36,20 @@ extern "C" {
|
||||
#endif /* PATH_MAX */
|
||||
|
||||
struct t_config_option;
|
||||
struct t_config_section;
|
||||
struct t_config_file;
|
||||
struct t_gui_window;
|
||||
struct t_gui_buffer;
|
||||
struct t_gui_bar;
|
||||
struct t_gui_bar_item;
|
||||
struct t_gui_completion;
|
||||
struct t_gui_nick;
|
||||
struct t_gui_nick_group;
|
||||
struct t_infolist;
|
||||
struct t_infolist_item;
|
||||
struct t_upgrade_file;
|
||||
struct t_weelist;
|
||||
struct t_weelist_item;
|
||||
struct t_arraylist;
|
||||
struct t_hashtable;
|
||||
struct t_hdata;
|
||||
|
||||
Reference in New Issue
Block a user