- reworked configuration framework completly

- configuration is now split up in: connections, policies, credentials and daemon config
- further alloc/free fixes needed!
This commit is contained in:
Martin Willi
2006-03-16 15:25:06 +00:00
parent b1953ccd05
commit 16b9a73cc4
82 changed files with 1321 additions and 3401 deletions
+3 -3
View File
@@ -21,8 +21,8 @@
*/
#ifndef _ID_PAYLOAD_H_
#define _ID_PAYLOAD_H_
#ifndef ID_PAYLOAD_H_
#define ID_PAYLOAD_H_
#include <types.h>
#include <utils/identification.h>
@@ -169,4 +169,4 @@ id_payload_t *id_payload_create_from_identification(bool is_initiator,identifica
#endif //_ID_PAYLOAD_H_
#endif /* ID_PAYLOAD_H_ */