Diff for /libwww/Library/src/HTWriter.html between versions 2.9 and 2.9.2.1

version 2.9, 1995/03/21 17:47:40 version 2.9.2.1, 1995/05/17 22:33:26
Line 19  on ASCII machines) one of which converts Line 19  on ASCII machines) one of which converts
   
 This module is implemented by <A HREF="HTWriter.c">HTWriter.c</A>, and  This module is implemented by <A HREF="HTWriter.c">HTWriter.c</A>, and
 it is a part of the <A  it is a part of the <A
 HREF="http://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">  HREF="http://www.w3.org/hypertext/WWW/Library/User/Guide/Guide.html">
 Library of Common Code</A>.  Library of Common Code</A>. <P>
   
 <H3>Bugs:</H3>  
 <UL>  
 <LI>strings written must be less than  
 buffer size.  
 </UL>  
   
 <PRE>  <PRE>
 #ifndef HTWRITE_H  #ifndef HTWRITE_H
Line 34  buffer size. Line 28  buffer size.
   
 #include "HTStream.h"  #include "HTStream.h"
   
 extern HTStream * HTWriter_new          PARAMS((SOCKFD soc));  extern HTStream * HTWriter_new          PARAMS((SOCKFD soc, BOOL leave_open));
   
   #if 0
 extern HTStream * HTWriter_newNoClose   PARAMS((SOCKFD soc));  extern HTStream * HTWriter_newNoClose   PARAMS((SOCKFD soc));
   #endif
   
   #ifdef NOT_ASCII
 extern HTStream * HTASCIIWriter         PARAMS((SOCKFD soc));  extern HTStream * HTASCIIWriter         PARAMS((SOCKFD soc));
   
 #endif  #endif
   
 </PRE>end</BODY>  #endif
   </PRE>
   end
   </BODY>
 </HTML>  </HTML>

Removed from v.2.9  
changed lines
  Added in v.2.9.2.1


Webmaster