Fixed const errors after changing netif_ip4_addr/netif_ip6_addr to return cont pointers

This commit is contained in:
goldsimon
2015-09-24 08:06:50 +02:00
parent 0fbdd5e56e
commit ed4130bd2f
4 changed files with 8 additions and 7 deletions

View File

@@ -162,7 +162,7 @@ PACK_STRUCT_END
struct netif *ip6_route(const ip6_addr_t *src, const ip6_addr_t *dest);
ip6_addr_t *ip6_select_source_address(struct netif *netif, const ip6_addr_t * dest);
const ip6_addr_t *ip6_select_source_address(struct netif *netif, const ip6_addr_t * dest);
err_t ip6_input(struct pbuf *p, struct netif *inp);
err_t ip6_output(struct pbuf *p, const ip6_addr_t *src, const ip6_addr_t *dest,
u8_t hl, u8_t tc, u8_t nexth);