1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

Fix warning in irc-message.h

This commit is contained in:
Sebastien Helleu
2010-11-21 13:07:33 +01:00
parent c2fda185d8
commit 082e0251e2
+3
View File
@@ -20,6 +20,9 @@
#ifndef __WEECHAT_IRC_MESSAGE_H
#define __WEECHAT_IRC_MESSAGE_H 1
struct t_irc_server;
struct t_irc_channel;
extern void irc_message_parse (const char *message, char **nick, char **host,
char **command, char **channel,
char **arguments);