- typedefs changed

This commit is contained in:
Martin Willi
2005-11-24 11:30:19 +00:00
parent 95c61cb956
commit 5796aa164d
61 changed files with 303 additions and 242 deletions
+4 -4
View File
@@ -26,14 +26,14 @@
#include <sa/states/state.h>
#include <sa/ike_sa.h>
typedef struct ike_sa_established_t ike_sa_established_t;
/**
* @brief This class represents an the state of an established
* @brief This class represents an the state of an established.
* IKE_SA.
*
*/
typedef struct ike_sa_established_s ike_sa_established_t;
struct ike_sa_established_s {
struct ike_sa_established_t {
/**
* methods of the state_t interface
*/