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/config/proposal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/charon/config/proposal.h') diff --git a/Source/charon/config/proposal.h b/Source/charon/config/proposal.h index e25d43512..48ed4ea79 100644 --- a/Source/charon/config/proposal.h +++ b/Source/charon/config/proposal.h @@ -20,8 +20,8 @@ * for more details. */ -#ifndef _PROPOSAL_H_ -#define _PROPOSAL_H_ +#ifndef PROPOSAL_H_ +#define PROPOSAL_H_ #include #include @@ -258,4 +258,4 @@ struct proposal_t { */ proposal_t *proposal_create(u_int8_t number); -#endif //_PROPOSAL_H_ +#endif /* PROPOSAL_H_ */ -- cgit v1.2.3