summaryrefslogtreecommitdiffstats
path: root/gdb/command.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-04-21 05:21:55 +0000
committerAndrew Cagney <cagney@redhat.com>2000-04-21 05:21:55 +0000
commitc85871a391896a07d578429d4aa0ef57bffb30eb (patch)
tree90574666eac98aa1693e27a7ed68bbc3b7eede5c /gdb/command.c
parent23964bcd46652820a200d7cd65d24a2f9cc9f6e1 (diff)
downloadppe42-binutils-c85871a391896a07d578429d4aa0ef57bffb30eb.tar.gz
ppe42-binutils-c85871a391896a07d578429d4aa0ef57bffb30eb.zip
Make help_all static.
Diffstat (limited to 'gdb/command.c')
-rw-r--r--gdb/command.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/command.c b/gdb/command.c
index 279bc68f38..43f2a7e738 100644
--- a/gdb/command.c
+++ b/gdb/command.c
@@ -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;
OpenPOWER on IntegriCloud