X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fipv6.h;h=b57ba74b5d8b0ba9c76b6f3a0dc8b5d1eac73143;hp=cc2c5b6d9d56c49f26295178153e898f00144d3b;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hpb=3465746b9bf75124b21eab21cdf390696b608405 diff --git a/src/ipv6.h b/src/ipv6.h index cc2c5b6d..b57ba74b 100644 --- a/src/ipv6.h +++ b/src/ipv6.h @@ -1,3 +1,6 @@ +#ifndef TINC_IPV6_H +#define TINC_IPV6_H + /* ipv6.h -- missing IPv6 related definitions Copyright (C) 2005 Ivo Timmermans @@ -18,9 +21,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_IPV6_H__ -#define __TINC_IPV6_H__ - #ifndef AF_INET6 #define AF_INET6 10 #endif @@ -104,4 +104,4 @@ struct nd_opt_hdr { } __attribute__ ((__gcc_struct__, __packed__)); #endif -#endif /* __TINC_IPV6_H__ */ +#endif