summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ip.h
diff options
context:
space:
mode:
authorNikhil Chandru Rao2006-08-01 22:27:26 +0200
committerNikhil Chandru Rao2006-08-01 22:27:26 +0200
commitc24546c70b420ce84e60cd245d570eb87e6d37d3 (patch)
treed9658ad7ba47002476144712add0dc0a5b4ec401 /src/include/gpxe/ip.h
parentRemove unused functions. (diff)
downloadipxe-c24546c70b420ce84e60cd245d570eb87e6d37d3.tar.gz
ipxe-c24546c70b420ce84e60cd245d570eb87e6d37d3.tar.xz
ipxe-c24546c70b420ce84e60cd245d570eb87e6d37d3.zip
Minor changes to the network layer rx() functions
Diffstat (limited to 'src/include/gpxe/ip.h')
-rw-r--r--src/include/gpxe/ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/ip.h b/src/include/gpxe/ip.h
index 4f0f42f8..17aa3ceb 100644
--- a/src/include/gpxe/ip.h
+++ b/src/include/gpxe/ip.h
@@ -66,6 +66,6 @@ extern void del_ipv4_address ( struct net_device *netdev );
extern int ipv4_uip_tx ( struct pk_buff *pkb );
extern int ipv4_tx ( struct pk_buff *pkb, struct tcpip_protocol *tcpip,
- struct in_addr *dest );
+ struct sockaddr *sock );
#endif /* _GPXE_IP_H */