ncsa-mosaic/libwww2/HTInit.h
Alan Dipert 29c82be0c2 init
2010-03-08 05:55:21 -05:00

19 lines
492 B
C

/* */
/* Initialisation module HTInit.h
**
** 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.
*/
#include "HTUtils.h"
extern void HTReInit NOPARAMS;
extern void HTFormatInit NOPARAMS;
extern void HTFileInit NOPARAMS;
extern int HTLoadExtensionsConfigFile (char *fn);