about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTInit.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTInit.h')
-rw-r--r--WWW/Library/Implementation/HTInit.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTInit.h b/WWW/Library/Implementation/HTInit.h
index 3cd9cca6..81441421 100644
--- a/WWW/Library/Implementation/HTInit.h
+++ b/WWW/Library/Implementation/HTInit.h
@@ -1,10 +1,10 @@
 /*                   /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTInit.html
                                   INITIALISATION MODULE
                                              
-   This module resisters all the plug & play software modules which will be
+   This module registers 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
+   To override this, just copy it and link in your version before you link with
    the library.
    
    Implemented by HTInit.c by default.
@@ -21,5 +21,8 @@
 extern void HTFormatInit(void);
 extern void HTPreparsedFormatInit(void);
 extern void HTFileInit(void);
+extern int LYTestMailcapCommand(const char *testcommand, const char *params);
+extern BOOL LYMailcapUsesPctS(const char *controlstring);
+extern char *LYMakeMailcapCommand(const char *command, const char *params, const char *filename);
 
 #endif /* HTINIT_H */