Diff for /libwww/Library/src/HTHInit.html between versions 2.1 and 2.2

version 2.1, 1996/06/08 01:52:15 version 2.2, 1996/06/15 00:24:51
Line 1 Line 1
 <HTML>  <HTML>
 <HEAD>  <HEAD>
     <!-- Changed by: Henrik Frystyk Nielsen, 14-Jun-1996 -->
   <TITLE>W3C Reference Library libwww Default HTML Parser Initialization</TITLE>    <TITLE>W3C Reference Library libwww Default HTML Parser Initialization</TITLE>
 </HEAD>  </HEAD>
 <BODY>  <BODY>
Line 31  a part of the <A HREF="http://www.w3.org Line 32  a part of the <A HREF="http://www.w3.org
 Library</A>. You can also have a look at the other  Library</A>. You can also have a look at the other
 <A HREF="WWWInit.html">Initialization modules</A>.  <A HREF="WWWInit.html">Initialization modules</A>.
 <PRE>  <PRE>
 #ifndef HTINIT_H  #ifndef HTHINIT_H
 #define HTINIT_H  #define HTHINIT_H
 #include "WWWLib.h"  #include "WWWLib.h"
 </PRE>  </PRE>
 <H2>  <H2>
Line 46  The Presenters are also used in the stre Line 47  The Presenters are also used in the stre
 #include "HTML.h"                       /* Uses HTML/HText interface */  #include "HTML.h"                       /* Uses HTML/HText interface */
 #include "HTPlain.h"                    /* Uses HTML/HText interface */  #include "HTPlain.h"                    /* Uses HTML/HText interface */
   
   #include "HTTeXGen.h"
   #include "HTMLGen.h"
   
 extern void HTMLInit            (HTList * conversions);  extern void HTMLInit            (HTList * conversions);
   
 </PRE>  </PRE>

Removed from v.2.1  
changed lines
  Added in v.2.2


Webmaster