Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4,
etc... See Changelog, Daniel.
diff --git a/xmlIO.h b/xmlIO.h
index 01bf14c..a99ab23 100644
--- a/xmlIO.h
+++ b/xmlIO.h
@@ -23,6 +23,7 @@
     FILE          *file;    /* Input on file handler */
     void*        gzfile;    /* Input on a compressed stream */
     int              fd;    /* Input on a file descriptor */
+    void         *netIO;    /* Input from a network stream */
     
     xmlCharEncodingHandlerPtr encoder; /* I18N conversions to UTF-8 */