summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/tcp.h')
-rw-r--r--src/include/gpxe/tcp.h2
1 files changed, 0 insertions, 2 deletions
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 */