summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2006-04-19 04:08:27 +0200
committerMichael Brown2006-04-19 04:08:27 +0200
commitd65a66606b09ff278738ed33f34205f366ea1a87 (patch)
tree1a8e04ec3deb209d687927b1296a116fdb291efd
parentFirst version, based on include/linux/list.h, stripped down to just (diff)
downloadipxe-d65a66606b09ff278738ed33f34205f366ea1a87.tar.gz
ipxe-d65a66606b09ff278738ed33f34205f366ea1a87.tar.xz
ipxe-d65a66606b09ff278738ed33f34205f366ea1a87.zip
Typo
-rw-r--r--src/include/gpxe/arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/arp.h b/src/include/gpxe/arp.h
index 5531b452..64e6c272 100644
--- a/src/include/gpxe/arp.h
+++ b/src/include/gpxe/arp.h
@@ -18,6 +18,6 @@ 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 ) {
+ struct pk_buff *pkb );
#endif /* _ARP_H */