From: Michael Brown Date: Wed, 19 Apr 2006 02:08:27 +0000 (+0000) Subject: Typo X-Git-Tag: v0.9.3~1505 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d65a66606b09ff278738ed33f34205f366ea1a87;p=thirdparty%2Fipxe.git Typo --- diff --git a/src/include/gpxe/arp.h b/src/include/gpxe/arp.h index 5531b452f..64e6c2723 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 */