diff options
Diffstat (limited to 'src/charon/network/packet.h')
-rw-r--r-- | src/charon/network/packet.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/charon/network/packet.h b/src/charon/network/packet.h index 790233cf2..0736e8562 100644 --- a/src/charon/network/packet.h +++ b/src/charon/network/packet.h @@ -20,23 +20,21 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. */ - + #ifndef PACKET_H_ #define PACKET_H_ +typedef struct packet_t packet_t; #include <types.h> #include <utils/host.h> - -typedef struct packet_t packet_t; - /** * @brief Abstraction of an UDP-Packet, contains data, sender and receiver. - * + * * @b Constructors: * - packet_create() - * + * * @ingroup network */ struct packet_t { |