home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / www / library / implemen / htinit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-25  |  592 b   |  21 lines

  1. /*                   /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTInit.html
  2.                                   INITIALISATION MODULE
  3.                                              
  4.    This module resisters all the plug & play software modules which will be used in the
  5.    program.  This is for a browser.
  6.    
  7.    To override this, just copy it and link in your version befoe you link with the
  8.    library.
  9.    
  10.    Implemented by HTInit.c by default.
  11.    
  12.  */
  13. #include "HTUtils.h"
  14.  
  15. extern void HTFormatInit NOPARAMS;
  16. extern void HTFileInit NOPARAMS;
  17.  
  18. /*
  19.  
  20.     */
  21.