summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/irc/irc-debug.h')
-rw-r--r--src/plugins/irc/irc-debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/irc/irc-debug.h b/src/plugins/irc/irc-debug.h
index 5305487df..b7fb094dc 100644
--- a/src/plugins/irc/irc-debug.h
+++ b/src/plugins/irc/irc-debug.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,9 +17,9 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef WEECHAT_IRC_DEBUG_H
-#define WEECHAT_IRC_DEBUG_H 1
+#ifndef WEECHAT_PLUGIN_IRC_DEBUG_H
+#define WEECHAT_PLUGIN_IRC_DEBUG_H
extern void irc_debug_init ();
-#endif /* WEECHAT_IRC_DEBUG_H */
+#endif /* WEECHAT_PLUGIN_IRC_DEBUG_H */