diff options
Diffstat (limited to 'src/plugins/irc/irc-message.h')
-rw-r--r-- | src/plugins/irc/irc-message.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-message.h b/src/plugins/irc/irc-message.h index bb3051d57..026595b7e 100644 --- a/src/plugins/irc/irc-message.h +++ b/src/plugins/irc/irc-message.h @@ -27,7 +27,8 @@ extern void irc_message_parse (struct t_irc_server *server, const char *message, char **tags, char **message_without_tags, char **nick, char **host, char **command, char **channel, char **arguments, char **text, - int *pos_text); + int *pos_command, int *pos_arguments, + int *pos_channel, int *pos_text); extern struct t_hashtable *irc_message_parse_to_hashtable (struct t_irc_server *server, const char *message); extern char *irc_message_convert_charset (const char *message, |