diff options
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) */ |