diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-08-19 23:22:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-08-19 23:22:52 +0200 |
commit | b76d7e4a5cac659b08ae992b74af5f26b67dc205 (patch) | |
tree | 0edd58880852c7f70cc4ff4f8faf79473c09c164 /src/gui/gui-nicklist.h | |
parent | ff1983533b9288f4d310e7eac6fb976bd119a48d (diff) | |
download | weechat-b76d7e4a5cac659b08ae992b74af5f26b67dc205.zip |
Reintroduce /upgrade command, working only with core and IRC plugin today
Command will be improved in near future and other plugins like xfer
will be modified to manage upgrade process.
Diffstat (limited to 'src/gui/gui-nicklist.h')
-rw-r--r-- | src/gui/gui-nicklist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/gui-nicklist.h b/src/gui/gui-nicklist.h index 4ca8f7a70..687109731 100644 --- a/src/gui/gui-nicklist.h +++ b/src/gui/gui-nicklist.h @@ -21,6 +21,7 @@ #define __WEECHAT_GUI_NICKLIST_H 1 struct t_gui_buffer; +struct t_infolist; struct t_gui_nick_group { @@ -79,6 +80,8 @@ extern int gui_nicklist_get_max_length (struct t_gui_buffer *buffer, struct t_gui_nick_group *group); extern void gui_nicklist_compute_visible_count (struct t_gui_buffer *buffer, struct t_gui_nick_group *group); +extern int gui_nicklist_add_to_infolist (struct t_infolist *infolist, + struct t_gui_buffer *buffer); extern void gui_nicklist_print_log (struct t_gui_nick_group *group, int indent); /* nicklist functions (GUI dependent) */ |