- 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:
@@ -20,8 +20,8 @@
|
||||
* for more details.
|
||||
*/
|
||||
|
||||
#ifndef _RESEND_MESSAGE_JOB_H_
|
||||
#define _RESEND_MESSAGE_JOB_H_
|
||||
#ifndef RESEND_MESSAGE_JOB_H_
|
||||
#define RESEND_MESSAGE_JOB_H_
|
||||
|
||||
#include <types.h>
|
||||
#include <queues/jobs/job.h>
|
||||
@@ -102,4 +102,4 @@ struct retransmit_request_job_t {
|
||||
*/
|
||||
retransmit_request_job_t *retransmit_request_job_create(u_int32_t message_id,ike_sa_id_t *ike_sa_id);
|
||||
|
||||
#endif //_RESEND_MESSAGE_JOB_H_
|
||||
#endif /* RESEND_MESSAGE_JOB_H_ */
|
||||
|
||||
Reference in New Issue
Block a user