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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user