From 9c9208a13255ceebd59bd564eb2aa50a0761899d Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 30 Apr 2006 02:08:42 +0000 Subject: Put the TCP connection periodic processing in tcp.c, where it belongs. --- src/include/gpxe/ip.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/include') diff --git a/src/include/gpxe/ip.h b/src/include/gpxe/ip.h index 94f906b58..44aee7d11 100644 --- a/src/include/gpxe/ip.h +++ b/src/include/gpxe/ip.h @@ -5,16 +5,10 @@ * * IP protocol * - * This file defines the gPXE IP API. - * */ -#include +struct net_protocol; -extern void set_ipaddr ( struct in_addr address ); -extern void set_netmask ( struct in_addr address ); -extern void set_gateway ( struct in_addr address ); -extern void init_tcpip ( void ); -extern void run_tcpip ( void ); +extern struct net_protocol ipv4_protocol; #endif /* _GPXE_IP_H */ -- cgit v1.2.3-55-g7522