Match update_arp_entry() to prototype.

This commit is contained in:
christiaans 2004-10-28 08:21:33 +00:00
parent ec9b447be1
commit 67dd939d83

View File

@ -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;