about summary refs log blame commit diff stats
path: root/WWW/Library/Implementation/HTInit.h
blob: cedbb25c727406f22309d8334c09cdb6e6d24d0c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                             



                  
                 
                    

      
                                  
                                           

                                
                     
/*                   /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTInit.html
                                  INITIALISATION MODULE
                                             
   This module resisters all the plug & play software modules which will be used in the
   program.  This is for a browser.
   
   To override this, just copy it and link in your version befoe you link with the
   library.
   
   Implemented by HTInit.c by default.
   
 */

#ifndef HTINIT_H
#define HTINIT_H 1

#ifndef HTUTILS_H
#include <HTUtils.h>
#endif
 
extern void HTFormatInit NOPARAMS;
extern void HTPreparsedFormatInit NOPARAMS;
extern void HTFileInit NOPARAMS;

#endif /* HTINIT_H */