summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/relay/relay-config.h')
-rw-r--r--src/plugins/relay/relay-config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/relay/relay-config.h b/src/plugins/relay/relay-config.h
index 2bd1c0545..0555bb88c 100644
--- a/src/plugins/relay/relay-config.h
+++ b/src/plugins/relay/relay-config.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_RELAY_CONFIG_H
-#define WEECHAT_RELAY_CONFIG_H 1
+#ifndef WEECHAT_PLUGIN_RELAY_CONFIG_H
+#define WEECHAT_PLUGIN_RELAY_CONFIG_H
#include <regex.h>
@@ -69,4 +69,4 @@ extern int relay_config_read ();
extern int relay_config_write ();
extern void relay_config_free ();
-#endif /* WEECHAT_RELAY_CONFIG_H */
+#endif /* WEECHAT_PLUGIN_RELAY_CONFIG_H */