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/string_list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/string_list.h') diff --git a/src/string_list.h b/src/string_list.h index ed4ef13..df5ca75 100644 --- a/src/string_list.h +++ b/src/string_list.h @@ -33,8 +33,8 @@ * along with uAnytun. If not, see . */ -#ifndef _STRING_LIST_H_ -#define _STRING_LIST_H_ +#ifndef UANYUTN_string_list_h_INCLUDED +#define UANYUTN_string_list_h_INCLUDED struct string_list_element_struct { char* string_; -- cgit v1.2.3