aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/message.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-24 09:17:51 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-24 09:17:51 +0000
commit95c61cb956505cdb0a91c8c8cd134dda3aac744d (patch)
tree0aa9591a9f5d900fea41a48778956f07f2d5b0b3 /Source/charon/encoding/message.h
parent1f9c9180e4afb43d0bec63b5e63146e08f41652a (diff)
downloadstrongswan-95c61cb956505cdb0a91c8c8cd134dda3aac744d.tar.bz2
strongswan-95c61cb956505cdb0a91c8c8cd134dda3aac744d.tar.xz
changed enum and structs names to _t
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.