diff options
| author | Michael Brown | 2007-05-25 17:58:42 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-05-25 17:58:42 +0200 |
| commit | 1136c19fa4ee37d095ba8c03ed49d104f36e285c (patch) | |
| tree | 17fea9da10b5d6ee5c19399477052264855867d1 /src/include/gpxe | |
| parent | Use list_for_each_entry_safe() when flushing queue. (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/include/gpxe/tcp.h | 2 |
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 */ |
