diff src/help.h @ 542:682393bf54f7

[project @ 1994-07-22 04:41:52 by jwe]
author jwe
date Fri, 22 Jul 1994 04:44:45 +0000
parents 0b52c68ec81f
children dfe01093f657
line wrap: on
line diff
--- a/src/help.h
+++ b/src/help.h
@@ -24,6 +24,8 @@
 #if !defined (octave_help_h)
 #define octave_help_h 1
 
+class ostrstream;
+
 typedef struct help_list
 {
   char *name;
@@ -34,6 +36,12 @@
 extern help_list *operator_help (void);
 extern help_list *keyword_help (void);
 
+extern int help_from_list (ostrstream& output_buf,
+			   const help_list *list, const char *string,
+			   int usage);
+
+extern void print_usage (const char *s, int just_usage = 0);
+
 #endif
 
 /*