diff options
Diffstat (limited to 'src/irc/irc.h')
-rw-r--r-- | src/irc/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc.h b/src/irc/irc.h index 007e9ebb0..dce8ae936 100644 --- a/src/irc/irc.h +++ b/src/irc/irc.h @@ -269,6 +269,7 @@ extern void irc_display_prefix (/*@null@*/ t_gui_buffer *, char *); extern void irc_display_nick (t_gui_buffer *, t_irc_nick *, int, int, int, int); extern void irc_display_mode (t_gui_buffer *, char *, char, char *, char *, char *, char *); +extern void irc_display_server (t_irc_server *ptr_server); /* IRC protocol (irc-commands.c) */ |