X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.h;h=c445dfd319ba05322368836b7e0fb3de458d780f;hp=7c31f2b0e916707433ba47cc3e1d1b82f4beab7c;hb=3157b94e8bdcb6f2a5c48699379d4954c9db1e00;hpb=48e353e9fdf189c4fd5fa7ebc76a72535b4f6632 diff --git a/src/netutl.h b/src/netutl.h index 7c31f2b0..c445dfd3 100644 --- a/src/netutl.h +++ b/src/netutl.h @@ -1,7 +1,10 @@ +#ifndef TINC_NETUTL_H +#define TINC_NETUTL_H + /* netutl.h -- header file for netutl.c Copyright (C) 1998-2005 Ivo Timmermans - 2000-2009 Guus Sliepen + 2000-2016 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,9 +21,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_NETUTL_H__ -#define __TINC_NETUTL_H__ - #include "net.h" extern bool hostnames; @@ -40,4 +40,4 @@ extern void maskcpy(void *, const void *, int, int); extern void mask(void *, int, int); extern bool maskcheck(const void *, int, int); -#endif /* __TINC_NETUTL_H__ */ +#endif