]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Switch compiler warning on tcp_open() to a #warning
authorMichael Brown <mcb30@etherboot.org>
Thu, 5 Jul 2007 11:00:35 +0000 (12:00 +0100)
committerMichael Brown <mcb30@etherboot.org>
Thu, 5 Jul 2007 11:00:35 +0000 (12:00 +0100)
src/net/tcp/iscsi.c

index f95286d09babc5a9e14c90cc91643d669e82fcef..c986d71350bdb4f457bcfc73d6dadc5bc6a6eefd 100644 (file)
@@ -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 );