X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.h;h=34f8acc49fe383ac23267cf2fae655a261d16e60;hb=1815910fc7409ffea2b386196c4d12af12578f42;hp=2f3a93aca93593274fcc713192d0f9ead21d1380;hpb=2cfd1205dc9c6e9d42cc569f415afe13f52357ec;p=meshlink diff --git a/src/net.h b/src/net.h index 2f3a93ac..34f8acc4 100644 --- a/src/net.h +++ b/src/net.h @@ -17,8 +17,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_NET_H__ -#define __TINC_NET_H__ +#ifndef __MESHLINK_NET_H__ +#define __MESHLINK_NET_H__ #include "event.h" #include "sockaddr.h" @@ -114,4 +114,4 @@ extern void retry(struct meshlink_handle *mesh); extern CRITICAL_SECTION mutex; #endif -#endif /* __TINC_NET_H__ */ +#endif /* __MESHLINK_NET_H__ */