diff options
Diffstat (limited to 'src/plugins/irc/irc-message.h')
-rw-r--r-- | src/plugins/irc/irc-message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/irc/irc-message.h b/src/plugins/irc/irc-message.h index e68d994f8..25eb4c4d8 100644 --- a/src/plugins/irc/irc-message.h +++ b/src/plugins/irc/irc-message.h @@ -32,5 +32,7 @@ extern const char *irc_message_get_address_from_host (const char *host); extern char *irc_message_replace_vars (struct t_irc_server *server, struct t_irc_channel *channel, const char *string); +extern struct t_hashtable *irc_message_split (struct t_irc_server *server, + const char *message); #endif /* __WEECHAT_IRC_MESSAGE_H */ |