HTBInit.h
上传用户:zlh9724
上传日期:2007-01-04
资源大小:1991k
文件大小:1k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. /*                                                         Media Type Initialization Routines
  2.                              MEDIA TYPE INITIALIZATION MODULE
  3.                                              
  4.  */
  5. /*
  6. **      (c) COPYRIGHT MIT 1995.
  7. **      Please first read the full copyright statement in the file COPYRIGH.
  8. */
  9. /*
  10.    This module resisters all the plug & play software modules which will be used in the
  11.    program on client side (The server has it's own initialization module). None of the
  12.    functions in this module are called from the Library. They are uniquely a help for the
  13.    application programmer in order to set up the functionality of the Library.
  14.    
  15.    The initialization consists of definiting the following bindings:
  16.    
  17.       Between an access method and a protocol module
  18.       
  19.    This module is implemented by HTBInit.c, and it is a part of the  W3C Reference
  20.    Library.
  21.    
  22.    [IMAGE] THE APPLICATION MAY USE THESE FUNCTIONS BUT IT IS NOT REQUIRED
  23.    
  24.  */
  25. #ifndef HTBINIT_H
  26. #define HTBINIT_H
  27. /*
  28.  */
  29. extern void HTFileInit (void);
  30. /*
  31.  */
  32. #endif
  33. /*
  34.    End of HTBinit Module. */