diff options
Diffstat (limited to 'src/plugins/fifo/fifo-config.h')
-rw-r--r-- | src/plugins/fifo/fifo-config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/fifo/fifo-config.h b/src/plugins/fifo/fifo-config.h index ea7923905..2b01bccb8 100644 --- a/src/plugins/fifo/fifo-config.h +++ b/src/plugins/fifo/fifo-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_FIFO_CONFIG_H -#define WEECHAT_FIFO_CONFIG_H 1 +#ifndef WEECHAT_PLUGIN_FIFO_CONFIG_H +#define WEECHAT_PLUGIN_FIFO_CONFIG_H #define FIFO_CONFIG_NAME "fifo" @@ -31,4 +31,4 @@ extern int fifo_config_read (); extern int fifo_config_write (); extern void fifo_config_free (); -#endif /* WEECHAT_FIFO_CONFIG_H */ +#endif /* WEECHAT_PLUGIN_FIFO_CONFIG_H */ |