From 67dd939d83c6f09542129a3a267a349dae59ec61 Mon Sep 17 00:00:00 2001 From: christiaans Date: Thu, 28 Oct 2004 08:21:33 +0000 Subject: [PATCH] Match update_arp_entry() to prototype. --- src/netif/etharp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netif/etharp.c b/src/netif/etharp.c index 17930411..dcf51cce 100644 --- a/src/netif/etharp.c +++ b/src/netif/etharp.c @@ -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;