Removed etharp_output_sent() as etharp.c no longer returns ARP packets to the driver.

This commit is contained in:
likewise
2003-01-08 09:24:06 +00:00
parent b311ab0d53
commit 0bd02a5f7a
3 changed files with 3 additions and 39 deletions

View File

@@ -91,7 +91,6 @@ struct pbuf *etharp_arp_input(struct netif *netif, struct eth_addr *ethaddr,
struct pbuf *p);
struct pbuf *etharp_output(struct netif *netif, struct ip_addr *ipaddr,
struct pbuf *q);
struct pbuf *etharp_output_sent(struct pbuf *p);
struct pbuf *etharp_query(struct netif *netif, struct ip_addr *ipaddr, struct pbuf *q);