about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTInit.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2004-05-07 01:13:29 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2004-05-07 01:13:29 -0400
commitd326f24d169154673717129098ff4554a673f178 (patch)
tree7229f817b10bcdb82f8df2b6af3a3acc792a762d /WWW/Library/Implementation/HTInit.h
parent2cd8e80bfe2792ce8999a26b34384598f58e3889 (diff)
downloadlynx-snapshots-d326f24d169154673717129098ff4554a673f178.tar.gz
snapshot of project "lynx", label v2-8-6dev_3
Diffstat (limited to 'WWW/Library/Implementation/HTInit.h')
-rw-r--r--WWW/Library/Implementation/HTInit.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/WWW/Library/Implementation/HTInit.h b/WWW/Library/Implementation/HTInit.h
index f5f12b88..3cd9cca6 100644
--- a/WWW/Library/Implementation/HTInit.h
+++ b/WWW/Library/Implementation/HTInit.h
@@ -1,11 +1,11 @@
 /*                   /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.
+   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.
+   To override this, just copy it and link in your version befoe you link with
+   the library.
    
    Implemented by HTInit.c by default.
    
@@ -17,9 +17,9 @@
 #ifndef HTUTILS_H
 #include <HTUtils.h>
 #endif
- 
-extern void HTFormatInit (void);
-extern void HTPreparsedFormatInit (void);
-extern void HTFileInit (void);
+
+extern void HTFormatInit(void);
+extern void HTPreparsedFormatInit(void);
+extern void HTFileInit(void);
 
 #endif /* HTINIT_H */