diff options
Diffstat (limited to 'src/plugins/relay/relay-client.h')
-rw-r--r-- | src/plugins/relay/relay-client.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/relay/relay-client.h b/src/plugins/relay/relay-client.h index 4634d7c7a..e9c52ddf9 100644 --- a/src/plugins/relay/relay-client.h +++ b/src/plugins/relay/relay-client.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_RELAY_CLIENT_H -#define WEECHAT_RELAY_CLIENT_H 1 +#ifndef WEECHAT_PLUGIN_RELAY_CLIENT_H +#define WEECHAT_PLUGIN_RELAY_CLIENT_H #include <time.h> @@ -153,4 +153,4 @@ extern int relay_client_add_to_infolist (struct t_infolist *infolist, struct t_relay_client *client); extern void relay_client_print_log (); -#endif /* WEECHAT_RELAY_CLIENT_H */ +#endif /* WEECHAT_PLUGIN_RELAY_CLIENT_H */ |