summaryrefslogtreecommitdiffstats
path: root/net/arp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/arp.h')
-rw-r--r--net/arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/arp.h b/net/arp.h
index 43c6296f7e..a288d618b6 100644
--- a/net/arp.h
+++ b/net/arp.h
@@ -25,7 +25,7 @@ void arp_init(void);
void arp_request(void);
void arp_raw_request(struct in_addr source_ip, const uchar *targetEther,
struct in_addr target_ip);
-void arp_timeout_check(void);
+int arp_timeout_check(void);
void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
#endif /* __ARP_H__ */
OpenPOWER on IntegriCloud