Exported etharp_request().

This commit is contained in:
likewise
2004-05-06 02:43:47 +00:00
parent a23f6afbee
commit 2df9cd7262
2 changed files with 4 additions and 3 deletions

View File

@@ -93,5 +93,6 @@ void etharp_arp_input(struct netif *netif, struct eth_addr *ethaddr,
err_t etharp_output(struct netif *netif, struct ip_addr *ipaddr,
struct pbuf *q);
err_t etharp_query(struct netif *netif, struct ip_addr *ipaddr, struct pbuf *q);
err_t etharp_request(struct netif *netif, struct ip_addr *ipaddr);
#endif /* __NETIF_ARP_H__ */