summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/tcp.h
diff options
context:
space:
mode:
authorMichael Brown2007-05-25 17:58:42 +0200
committerMichael Brown2007-05-25 17:58:42 +0200
commit1136c19fa4ee37d095ba8c03ed49d104f36e285c (patch)
tree17fea9da10b5d6ee5c19399477052264855867d1 /src/include/gpxe/tcp.h
parentUse list_for_each_entry_safe() when flushing queue. (diff)
downloadipxe-1136c19fa4ee37d095ba8c03ed49d104f36e285c.tar.gz
ipxe-1136c19fa4ee37d095ba8c03ed49d104f36e285c.tar.xz
ipxe-1136c19fa4ee37d095ba8c03ed49d104f36e285c.zip
Updated tcp.c to provide a standardised data transfer interface.
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 */