added typedef of icmp6_error

This commit is contained in:
joxe 2010-03-13 09:25:24 +00:00
parent 0236c6e725
commit e8bd53cfd8
1 changed files with 2 additions and 2 deletions

View File

@ -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 */
/** @{ */