Update all header guards.
[oweals/tinc.git] / src / netutl.h
index bab6717a9d345221e4e8b937d76b38b023644829..c445dfd319ba05322368836b7e0fb3de458d780f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef TINC_NETUTL_H
+#define TINC_NETUTL_H
+
 /*
     netutl.h -- header file for netutl.c
     Copyright (C) 1998-2005 Ivo Timmermans
@@ -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