aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/encoding/message.h')
-rw-r--r--Source/charon/encoding/message.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/charon/encoding/message.h b/Source/charon/encoding/message.h
index 106160407..2883ebf5a 100644
--- a/Source/charon/encoding/message.h
+++ b/Source/charon/encoding/message.h
@@ -30,16 +30,14 @@
#include <utils/linked_list.h>
-
+typedef struct message_t message_t;
/**
* @brief This class is used to represent an IKEv2-Message.
*
* An IKEv2-Message is either a request or response.
*/
-typedef struct message_s message_t;
-
-struct message_s {
+struct message_t {
/**
* @brief Sets the IKE major version of the message.