http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d342f
)
Add missing prototype
author
Michael Brown
<mcb30@etherboot.org>
Wed, 19 Apr 2006 01:42:33 +0000
(
01:42
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 19 Apr 2006 01:42:33 +0000
(
01:42
+0000)
src/include/gpxe/arp.h
patch
|
blob
|
history
diff --git
a/src/include/gpxe/arp.h
b/src/include/gpxe/arp.h
index
596bae6
..
5531b45
100644
(file)
--- a/
src/include/gpxe/arp.h
+++ b/
src/include/gpxe/arp.h
@@
-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 */