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
+5 -1
View File
@@ -25,6 +25,8 @@
#include "state.h"
#include "../ike_sa.h"
/**
* @brief This class represents an IKE_SA state when initializing
* a connection as responder
@@ -42,7 +44,9 @@ struct responder_init_s {
/**
* Constructor of class responder_init_t
*
* @param ike_sa assigned IKE_SA
*/
responder_init_t *responder_init_create();
responder_init_t *responder_init_create(protected_ike_sa_t *ike_sa);
#endif /*RESPONDER_INIT_H_*/