diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-24 09:17:51 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-24 09:17:51 +0000 |
commit | 95c61cb956505cdb0a91c8c8cd134dda3aac744d (patch) | |
tree | 0aa9591a9f5d900fea41a48778956f07f2d5b0b3 /Source/charon/network/packet.h | |
parent | 1f9c9180e4afb43d0bec63b5e63146e08f41652a (diff) | |
download | strongswan-95c61cb956505cdb0a91c8c8cd134dda3aac744d.tar.bz2 strongswan-95c61cb956505cdb0a91c8c8cd134dda3aac744d.tar.xz |
changed enum and structs names to _t
Diffstat (limited to 'Source/charon/network/packet.h')
-rw-r--r-- | Source/charon/network/packet.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/charon/network/packet.h b/Source/charon/network/packet.h index b91756a03..d1220dfa0 100644 --- a/Source/charon/network/packet.h +++ b/Source/charon/network/packet.h @@ -28,12 +28,11 @@ #include <network/host.h> - +typedef struct packet_t packet_t; /** * @brief UDP-Packet, contains data, sender and receiver */ -typedef struct packet_s packet_t; -struct packet_s { +struct packet_t { /** * source address structure |