summaryrefslogtreecommitdiff
path: root/src/plugins/weechat-plugin.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-03-17 20:13:19 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-03-17 20:13:19 +0100
commit34a72ac02e031662c6d667d7a0d76c65d5eae959 (patch)
tree9c9f95ada63de1153b66258e71bff3edb3d4ec81 /src/plugins/weechat-plugin.h
parent0b0ab94aa3123bb786d0413e29129f8c7b97e2f5 (diff)
downloadweechat-34a72ac02e031662c6d667d7a0d76c65d5eae959.zip
relay/api: add GET /api/hotlist
Diffstat (limited to 'src/plugins/weechat-plugin.h')
-rw-r--r--src/plugins/weechat-plugin.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/plugins/weechat-plugin.h b/src/plugins/weechat-plugin.h
index 174eeb641..c71313545 100644
--- a/src/plugins/weechat-plugin.h
+++ b/src/plugins/weechat-plugin.h
@@ -37,29 +37,31 @@ extern "C" {
#define PATH_MAX 4096
#endif /* PATH_MAX */
+struct timeval;
+
+struct t_arraylist;
struct t_config_option;
struct t_config_section;
struct t_config_file;
-struct t_gui_window;
-struct t_gui_buffer;
-struct t_gui_lines;
-struct t_gui_line;
-struct t_gui_line_data;
struct t_gui_bar;
struct t_gui_bar_item;
struct t_gui_bar_window;
+struct t_gui_buffer;
struct t_gui_completion;
+struct t_gui_hotlist;
+struct t_gui_line;
+struct t_gui_line_data;
+struct t_gui_lines;
struct t_gui_nick;
struct t_gui_nick_group;
+struct t_gui_window;
+struct t_hashtable;
+struct t_hdata;
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;
-struct timeval;
/*
* IMPORTANT NOTE for WeeChat developers: if you update, add or remove