current state

This commit is contained in:
Jan Hutter
2005-11-21 16:41:24 +00:00
parent f0d14d2c56
commit 8323a9c120
17 changed files with 1605 additions and 1137 deletions
+4 -1
View File
@@ -24,6 +24,7 @@
#define IKE_SA_ESTABLISHED_H_
#include "state.h"
#include "../ike_sa.h"
/**
* @brief This class represents an the state of an established
@@ -42,7 +43,9 @@ struct ike_sa_established_s {
/**
* Constructor of class ike_sa_established_t
*
* @param ike_sa assigned ike_sa
*/
ike_sa_established_t *ike_sa_established_create();
ike_sa_established_t *ike_sa_established_create(protected_ike_sa_t *ike_sa);
#endif /*IKE_SA_ESTABLISHED_H_*/