david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add missing prototype

This commit is contained in:
Michael Brown 2006-04-19 01:42:33 +00:00
parent 02d342f38f
commit 363905e1b6
1 changed files with 3 additions and 0 deletions

View File

@ -17,4 +17,7 @@ extern int arp_resolve ( struct net_device *netdev, struct pk_buff *pkb,
extern int arp_process ( struct net_interface *arp_netif,
struct pk_buff *pkb );
extern int arp_add_generic_header ( struct net_interface *arp_netif,
struct pk_buff *pkb ) {
#endif /* _ARP_H */