From 16b9a73cc4bd4c4fafc8618fdd4c05ab72195df1 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 16 Mar 2006 15:25:06 +0000 Subject: - reworked configuration framework completly - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! --- Source/charon/encoding/payloads/configuration_attribute.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/charon/encoding/payloads/configuration_attribute.h') diff --git a/Source/charon/encoding/payloads/configuration_attribute.h b/Source/charon/encoding/payloads/configuration_attribute.h index 9de6ac9ea..5b6b4f473 100644 --- a/Source/charon/encoding/payloads/configuration_attribute.h +++ b/Source/charon/encoding/payloads/configuration_attribute.h @@ -20,8 +20,8 @@ * for more details. */ -#ifndef _CONFIGURATION_ATTRIBUTE_H_ -#define _CONFIGURATION_ATTRIBUTE_H_ +#ifndef CONFIGURATION_ATTRIBUTE_H_ +#define CONFIGURATION_ATTRIBUTE_H_ #include #include @@ -146,4 +146,4 @@ struct configuration_attribute_t { */ configuration_attribute_t *configuration_attribute_create(); -#endif /*_CONFIGURATION_ATTRIBUTE_H_*/ +#endif /* CONFIGURATION_ATTRIBUTE_H_*/ -- cgit v1.2.3