home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / Implementation / HTInit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-28  |  613 b   |  23 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. #ifndef HTUTILS_H
  14. #include "HTUtils.h"
  15. #endif /* HTUTILS_H */
  16.  
  17. extern void HTFormatInit NOPARAMS;
  18. extern void HTFileInit NOPARAMS;
  19.  
  20. /*
  21.  
  22.     */
  23.