Mercurial > hg > octave-lyh
comparison src/help.h @ 3016:f512c16826d1
[project @ 1997-06-03 03:16:13 by jwe]
author | jwe |
---|---|
date | Tue, 03 Jun 1997 03:21:08 +0000 |
parents | 38de16594cb4 |
children | 69136e3883bf |
comparison
equal
deleted
inserted
replaced
3015:2e114e914b77 | 3016:f512c16826d1 |
---|---|
27 | 27 |
28 #include <string> | 28 #include <string> |
29 | 29 |
30 class string_vector; | 30 class string_vector; |
31 | 31 |
32 // XXX FIXME XXX -- should probably use string, not char*. | 32 extern string_vector make_name_list (void); |
33 | |
34 struct help_list | |
35 { | |
36 const char *name; | |
37 const char *help; | |
38 }; | |
39 | |
40 extern string_vector names (help_list *l, int& count); | |
41 | |
42 extern help_list *keyword_help (void); | |
43 | 33 |
44 extern void additional_help_message (ostream&); | 34 extern void additional_help_message (ostream&); |
45 | 35 |
46 // Name of the info file specified on command line. | 36 // Name of the info file specified on command line. |
47 // (--info-file file) | 37 // (--info-file file) |