From 7ca06c7c5a0ae4bb38a67948a03ad8585f925707 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Wed, 11 Nov 2009 20:35:10 +0000 Subject: fixed header file include guards to be C++ compliant; now always use format ANYTUN__INCLUDED --- src/networkAddress.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/networkAddress.h') diff --git a/src/networkAddress.h b/src/networkAddress.h index c9acd0b..dc4c7ac 100644 --- a/src/networkAddress.h +++ b/src/networkAddress.h @@ -30,8 +30,10 @@ * along with anytun. If not, see . */ -#ifndef _NETWORK_ADDRESS_H -#define _NETWORK_ADDRESS_H +#ifndef ANYTUN_networkAddress_h_INCLUDED +#define ANYTUN_networkAddress_h_INCLUDED + +// TODO not required here #include #include -- cgit v1.2.3