Browse Source

Add missing prototype

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
363905e1b6
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/include/gpxe/arp.h

+ 3
- 0
src/include/gpxe/arp.h View File

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

Loading…
Cancel
Save