mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
687 B
31 lines
687 B
/*
|
|
This file was derived from the libwww code, version 2.15, from CERN.
|
|
A number of modifications have been made by Spyglass.
|
|
|
|
[email protected]
|
|
*/
|
|
|
|
/* Initialisation routines in libwww
|
|
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.
|
|
|
|
*/
|
|
|
|
extern void HTFormatInit(HTList * conversions);
|
|
extern void HTFormatInitNIM(HTList * conversions);
|
|
extern void HTFileInit(void);
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
*/
|