From e8bd53cfd85217673ed2b51884e7751f6adce78e Mon Sep 17 00:00:00 2001 From: joxe Date: Sat, 13 Mar 2010 09:25:24 +0000 Subject: [PATCH] added typedef of icmp6_error --- core/net/uip-icmp6.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/uip-icmp6.h b/core/net/uip-icmp6.h index 8ec259951..bd60a5fd2 100644 --- a/core/net/uip-icmp6.h +++ b/core/net/uip-icmp6.h @@ -96,9 +96,9 @@ #define UIP_ICMP6_ERROR_LEN 4 /** \brief ICMPv6 Error message constant part */ -struct uip_icmp6_error{ +typedef struct uip_icmp6_error{ u32_t param; -}; +} uip_icmp6_error; /** \name ICMPv6 RFC4443 Message processing and sending */ /** @{ */