diff options
Diffstat (limited to 'WWW/Library/Implementation/HTInit.h')
-rw-r--r-- | WWW/Library/Implementation/HTInit.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTInit.h b/WWW/Library/Implementation/HTInit.h new file mode 100644 index 00000000..b11e7238 --- /dev/null +++ b/WWW/Library/Implementation/HTInit.h @@ -0,0 +1,22 @@ +/* /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 HTUTILS_H +#include "HTUtils.h" +#endif /* HTUTILS_H */ + +extern void HTFormatInit NOPARAMS; +extern void HTFileInit NOPARAMS; + +/* + + */ |