- 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
+5 -5
View File
@@ -28,14 +28,14 @@
#include <sa/states/state.h>
typedef struct initiator_init_t initiator_init_t;
/**
* @brief This class represents an IKE_SA state when initializing
* a connection as initiator
* @brief This class represents an IKE_SA state when initializing.
* a connection as initiator
*
*/
typedef struct initiator_init_s initiator_init_t;
struct initiator_init_s {
struct initiator_init_t {
/**
* methods of the state_t interface
*/