diff src/help.h @ 3014:38de16594cb4

[project @ 1997-06-02 20:28:09 by jwe]
author jwe
date Mon, 02 Jun 1997 20:35:37 +0000
parents 8bb31a2b480b
children f512c16826d1
line wrap: on
line diff
--- a/src/help.h
+++ b/src/help.h
@@ -38,14 +38,10 @@
 };
 
 extern string_vector names (help_list *l, int& count);
-extern help_list *operator_help (void);
+
 extern help_list *keyword_help (void);
 
-extern void print_usage (const string& nm, int just_usage = 0);
-
-extern int help_from_list (ostrstream& output_buf,
-			   const help_list *list, const string& nm,
-			   int usage);
+extern void additional_help_message (ostream&);
 
 // Name of the info file specified on command line.
 // (--info-file file)