Make help_all static.
This commit is contained in:
parent
23964bcd46
commit
c85871a391
3 changed files with 9 additions and 4 deletions
|
@ -57,6 +57,8 @@ static struct cmd_list_element *find_cmd PARAMS ((char *command,
|
|||
static void apropos_cmd_helper (struct ui_file *, struct cmd_list_element *,
|
||||
struct re_pattern_buffer *, char *);
|
||||
|
||||
static void help_all (struct ui_file *stream);
|
||||
|
||||
void apropos_command (char *, int);
|
||||
|
||||
void _initialize_command PARAMS ((void));
|
||||
|
@ -609,8 +611,7 @@ Command name abbreviations are allowed if unambiguous.\n",
|
|||
}
|
||||
|
||||
static void
|
||||
help_all (stream)
|
||||
struct ui_file *stream;
|
||||
help_all (struct ui_file *stream)
|
||||
{
|
||||
struct cmd_list_element *c;
|
||||
extern struct cmd_list_element *cmdlist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue