--- libwww/Library/src/HTFormat.html 1994/03/02 16:10:15 2.20 +++ libwww/Library/src/HTFormat.html 1994/03/14 20:07:09 2.21 @@ -418,8 +418,22 @@ call this to get the defaults as well.
 extern void HTFormatInit PARAMS((HTList * conversions));
+
+ +

HTFormatInitNIM: Set up default presentations and conversions

+Basicly the same as HTFormatInit but without any calls to third party programs +that might pop up on the screen. This is, e.g., for Non-Interactive Mode +execution of a browser. +
 extern void HTFormatInitNIM PARAMS((HTList * conversions));
 
+ +

HTFormatDelete: Remove presentations and conversions

+This function cleans up the list of presentations and conversions. +
+extern void HTFormatDelete PARAMS((HTList * conversions));
+
+

Epilogue

extern BOOL HTOutputSource;	/* Flag: shortcut parser */
 #endif