diff options
Diffstat (limited to 'src/plugins/irc/irc-completion.h')
-rw-r--r-- | src/plugins/irc/irc-completion.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/irc/irc-completion.h b/src/plugins/irc/irc-completion.h index 5d644f44c..21659d1a5 100644 --- a/src/plugins/irc/irc-completion.h +++ b/src/plugins/irc/irc-completion.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_COMPLETION_H -#define WEECHAT_IRC_COMPLETION_H 1 +#ifndef WEECHAT_PLUGIN_IRC_COMPLETION_H +#define WEECHAT_PLUGIN_IRC_COMPLETION_H extern void irc_completion_init (); -#endif /* WEECHAT_IRC_COMPLETION_H */ +#endif /* WEECHAT_PLUGIN_IRC_COMPLETION_H */ |