diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-17 21:07:17 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-11-17 21:07:17 +0000 |
commit | edcc01bcf0a0c17992314cfa7af355f1952113e5 (patch) | |
tree | 9b9ff69235b575a58bb5e1ed907bba0d93e37d0d /src/irc/irc.h | |
parent | fe4ca016156b01a1c66410dcecce5a970aa55bd3 (diff) | |
download | weechat-edcc01bcf0a0c17992314cfa7af355f1952113e5.zip |
Added Perl message handlers
Diffstat (limited to 'src/irc/irc.h')
-rw-r--r-- | src/irc/irc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc.h b/src/irc/irc.h index f7cfd4074..5e27b7a47 100644 --- a/src/irc/irc.h +++ b/src/irc/irc.h @@ -185,7 +185,7 @@ extern void irc_display_mode (t_gui_window *, char *, char, char *, char *, /* IRC protocol (irc-commands.c) */ -extern int irc_recv_command (t_irc_server *, char *, char *, char *); +extern int irc_recv_command (t_irc_server *, char *, char *, char *, char *); extern void irc_login (t_irc_server *); /* IRC commands issued by user */ extern int irc_cmd_send_admin (t_irc_server *, char *); |