Annotation of libwww/Library/src/HTInit.html, revision 2.7

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.7     ! timbl       3: <TITLE>Initialisation routines in libwww</TITLE>
2.6       timbl       4: <NEXTID N="z1">
                      5: </HEAD>
                      6: <BODY>
                      7: <H1>Initialisation module</H1>This module resisters all the plug
                      8: &amp; play software modules which will
                      9: be used in the program.  This is
                     10: for a browser.<P>
                     11: To override this, just copy it and
                     12: link in your version befoe you link
                     13: with the library.<P>
                     14: Implemented by <A
                     15: NAME="z0" HREF="HTInit.c">HTInit.c</A> by default.
                     16: <PRE>#include "HTUtils.h"
2.7     ! timbl      17: #include "HTList.h"
2.1       timbl      18: 
2.7     ! timbl      19: extern void HTFormatInit PARAMS((HTList * conversions));
2.1       timbl      20: extern void HTFileInit NOPARAMS;
2.6       timbl      21: 
2.7     ! timbl      22: 
        !            23: 
        !            24: 
        !            25: 
        !            26: </A></BODY>
2.6       timbl      27: </HTML>

Webmaster