Annotation of libwww/Library/src/HTBInit.html, revision 2.1

2.1     ! frystyk     1: <HTML>
        !             2: <HEAD>
        !             3: <TITLE>Media Type Initialization Routines</TITLE>
        !             4: <!-- Changed by: Henrik Frystyk Nielsen, 19-Nov-1995 -->
        !             5: </HEAD>
        !             6: <BODY>
        !             7: <H1>Media Type Initialization Module</H1>
        !             8: 
        !             9: <PRE>
        !            10: /*
        !            11: **     (c) COPYRIGHT MIT 1995.
        !            12: **     Please first read the full copyright statement in the file COPYRIGH.
        !            13: */
        !            14: </PRE>
        !            15: 
        !            16: This module resisters all the plug &amp; play software modules which
        !            17: will be used in the program on client side (The server has it's own
        !            18: initialization module). None of the functions in this module are
        !            19: called from the Library. They are uniquely a help for the application
        !            20: programmer in order to set up the functionality of the Library. <P>
        !            21: 
        !            22: The initialization consists of definiting the following bindings:
        !            23: 
        !            24: <UL>
        !            25: <LI>Between an access method and a protocol module
        !            26: </UL>
        !            27: 
        !            28: This module is implemented by <A HREF="HTBInit.c">HTBInit.c</A>, and
        !            29: it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/"> W3C
        !            30: Reference Library</A>. <P>
        !            31: 
        !            32: <IMG SRC="../../Icons/32x32/warning.gif"> <B>THE APPLICATION MAY USE
        !            33: THESE FUNCTIONS BUT IT IS NOT REQUIRED</B>
        !            34: 
        !            35: <PRE>
        !            36: #ifndef HTBINIT_H
        !            37: #define HTBINIT_H
        !            38: </PRE>
        !            39: 
        !            40: <PRE>
        !            41: extern void HTFileInit (void);
        !            42: </PRE>
        !            43: 
        !            44: <PRE>
        !            45: #endif
        !            46: </PRE>
        !            47: 
        !            48: End of HTBinit Module.
        !            49: </BODY>
        !            50: </HTML>
        !            51: 

Webmaster