aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/states/responder_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/sa/states/responder_init.h')
-rw-r--r--Source/charon/sa/states/responder_init.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/Source/charon/sa/states/responder_init.h b/Source/charon/sa/states/responder_init.h
index 80c2caed5..592cb6168 100644
--- a/Source/charon/sa/states/responder_init.h
+++ b/Source/charon/sa/states/responder_init.h
@@ -26,14 +26,15 @@
#include <sa/ike_sa.h>
#include <sa/states/state.h>
+
+typedef struct responder_init_t responder_init_t;
+
/**
- * @brief This class represents an IKE_SA state when initializing
- * a connection as responder
+ * @brief This class represents an IKE_SA state when initializing.
+ * a connection as responder
*
*/
-typedef struct responder_init_s responder_init_t;
-
-struct responder_init_s {
+struct responder_init_t {
/**
* methods of the state_t interface
*/