mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
Match update_arp_entry() to prototype.
This commit is contained in:
parent
ec9b447be1
commit
67dd939d83
@ -350,7 +350,7 @@ static s8_t find_entry(struct ip_addr *ipaddr, u8_t flags)
|
||||
*
|
||||
* @see pbuf_free()
|
||||
*/
|
||||
err_t
|
||||
static err_t
|
||||
update_arp_entry(struct netif *netif, struct ip_addr *ipaddr, struct eth_addr *ethaddr, u8_t flags)
|
||||
{
|
||||
s8_t i, k;
|
||||
|
Loading…
Reference in New Issue
Block a user