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/plain_packet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plain_packet.h') diff --git a/src/plain_packet.h b/src/plain_packet.h index f9c311c..94a20c1 100644 --- a/src/plain_packet.h +++ b/src/plain_packet.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef _PLAIN_PACKET_H_ -#define _PLAIN_PACKET_H_ +#ifndef UANYUTN_plain_packet_h_INCLUDED +#define UANYUTN_plain_packet_h_INCLUDED #define PLAIN_PACKET_SIZE_MAX 1600 -- cgit v1.2.3