summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2007-07-05 13:00:35 +0200
committerMichael Brown2007-07-05 13:00:35 +0200
commit8156f6bd19e00666d4c532a4296f95e58988854b (patch)
treee8d099d9997a9ce4072a3375a506173b01c5eccc
parentWarnings purge for via-velocity.[ch] (diff)
downloadipxe-8156f6bd19e00666d4c532a4296f95e58988854b.tar.gz
ipxe-8156f6bd19e00666d4c532a4296f95e58988854b.tar.xz
ipxe-8156f6bd19e00666d4c532a4296f95e58988854b.zip
Switch compiler warning on tcp_open() to a #warning
-rw-r--r--src/net/tcp/iscsi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tcp/iscsi.c b/src/net/tcp/iscsi.c
index f95286d0..c986d713 100644
--- a/src/net/tcp/iscsi.c
+++ b/src/net/tcp/iscsi.c
@@ -36,6 +36,9 @@
*
*/
+#warning "Update to use data-xfer interface"
+extern int tcp_open ( struct stream_application *stream );
+
static void iscsi_start_tx ( struct iscsi_session *iscsi );
static void iscsi_start_data_out ( struct iscsi_session *iscsi,
unsigned int datasn );