From b24d382800c75652d7821e73509c7d1383d64242 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 12 Nov 2009 11:57:24 +0000 Subject: fixed include guards, new format: UANYTUN_filename_h_INCLUDED --- src/tun_helper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tun_helper.h') diff --git a/src/tun_helper.h b/src/tun_helper.h index 1f53f25..ff5f68f 100644 --- a/src/tun_helper.h +++ b/src/tun_helper.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef _TUN_HELPER_H_ -#define _TUN_HELPER_H_ +#ifndef UANYUTN_tun_helper_h_INCLUDED +#define UANYUTN_tun_helper_h_INCLUDED #include #include -- cgit v1.2.3