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

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.2       frystyk     3: <TITLE>W3C Reference Library libwww Media Type Initialization</TITLE>
2.3     ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
2.1       frystyk     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: 
2.3     ! frystyk    48: <HR>
        !            49: <ADDRESS>
        !            50: @(#) $Id: Date Author State $
        !            51: </ADDRESS>
2.1       frystyk    52: </BODY>
                     53: </HTML>

Webmaster