summaryrefslogtreecommitdiff
path: root/src/plugins/script/script-action.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/script/script-action.h')
-rw-r--r--src/plugins/script/script-action.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/script/script-action.h b/src/plugins/script/script-action.h
index 792730cd0..bd26da84b 100644
--- a/src/plugins/script/script-action.h
+++ b/src/plugins/script/script-action.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_SCRIPT_ACTION_H
-#define WEECHAT_SCRIPT_ACTION_H 1
+#ifndef WEECHAT_PLUGIN_SCRIPT_ACTION_H
+#define WEECHAT_PLUGIN_SCRIPT_ACTION_H
extern char *script_actions;
@@ -26,4 +26,4 @@ extern int script_action_run ();
extern void script_action_schedule (const char *action, int need_repository,
int quiet);
-#endif /* WEECHAT_SCRIPT_ACTION_H */
+#endif /* WEECHAT_PLUGIN_SCRIPT_ACTION_H */