From 1136c19fa4ee37d095ba8c03ed49d104f36e285c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 25 May 2007 15:58:42 +0000 Subject: Updated tcp.c to provide a standardised data transfer interface. --- src/include/gpxe/tcp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/gpxe') diff --git a/src/include/gpxe/tcp.h b/src/include/gpxe/tcp.h index f16ca0880..ba9ae0e8a 100644 --- a/src/include/gpxe/tcp.h +++ b/src/include/gpxe/tcp.h @@ -253,8 +253,6 @@ struct tcp_mss_option { */ #define TCP_MSL ( 2 * 60 * TICKS_PER_SEC ) -extern int tcp_open ( struct stream_application *app ); - extern struct tcpip_protocol tcp_protocol; #endif /* _GPXE_TCP_H */ -- cgit v1.2.3-55-g7522