summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/irc/irc-protocol.h')
-rw-r--r--src/plugins/irc/irc-protocol.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/plugins/irc/irc-protocol.h b/src/plugins/irc/irc-protocol.h
index a890fd866..e45b6977b 100644
--- a/src/plugins/irc/irc-protocol.h
+++ b/src/plugins/irc/irc-protocol.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
@@ -17,8 +17,8 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef WEECHAT_IRC_PROTOCOL_H
-#define WEECHAT_IRC_PROTOCOL_H 1
+#ifndef WEECHAT_PLUGIN_IRC_PROTOCOL_H
+#define WEECHAT_PLUGIN_IRC_PROTOCOL_H
#include <time.h>
@@ -87,8 +87,7 @@ extern const char *irc_protocol_tags (const char *command, const char *tags,
const char *nick, const char *address);
extern void irc_protocol_recv_command (struct t_irc_server *server,
const char *irc_message,
- const char *msg_tags,
const char *msg_command,
const char *msg_channel);
-#endif /* WEECHAT_IRC_PROTOCOL_H */
+#endif /* WEECHAT_PLUGIN_IRC_PROTOCOL_H */