diff options
Diffstat (limited to 'src/plugins/logger/logger.h')
-rw-r--r-- | src/plugins/logger/logger.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/logger/logger.h b/src/plugins/logger/logger.h index ace818216..e1992bda2 100644 --- a/src/plugins/logger/logger.h +++ b/src/plugins/logger/logger.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_LOGGER_H -#define WEECHAT_LOGGER_H 1 +#ifndef WEECHAT_PLUGIN_LOGGER_H +#define WEECHAT_PLUGIN_LOGGER_H #define weechat_plugin weechat_logger_plugin #define LOGGER_PLUGIN_NAME "logger" @@ -35,4 +35,4 @@ extern void logger_adjust_log_filenames (); extern int logger_timer_cb (const void *pointer, void *data, int remaining_calls); -#endif /* WEECHAT_LOGGER_H */ +#endif /* WEECHAT_PLUGIN_LOGGER_H */ |