diff options
Diffstat (limited to 'src/plugins/perl/weechat-perl-api.h')
-rw-r--r-- | src/plugins/perl/weechat-perl-api.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/perl/weechat-perl-api.h b/src/plugins/perl/weechat-perl-api.h index b37b95db0..bd9012487 100644 --- a/src/plugins/perl/weechat-perl-api.h +++ b/src/plugins/perl/weechat-perl-api.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_PERL_API_H -#define WEECHAT_PERL_API_H 1 +#ifndef WEECHAT_PLUGIN_PERL_API_H +#define WEECHAT_PLUGIN_PERL_API_H extern int weechat_perl_api_buffer_input_data_cb (const void *pointer, void *data, @@ -29,4 +29,4 @@ extern int weechat_perl_api_buffer_close_cb (const void *pointer, struct t_gui_buffer *buffer); extern void weechat_perl_api_init (pTHX); -#endif /* WEECHAT_PERL_API_H */ +#endif /* WEECHAT_PLUGIN_PERL_API_H */ |