This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/libwww2/HTInit.h

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);