summaryrefslogtreecommitdiff
path: root/gdb/command.h
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
commit75078fe059029087c9ff79222ed363991cb2762b (patch)
tree02aa22ebe15041285a718546ee8f4103757538de /gdb/command.h
parent3ba02f629899eded3cc5bb332f3b29ff7d197af6 (diff)
downloadgdb-75078fe059029087c9ff79222ed363991cb2762b.tar.gz
Make help_all static.
Diffstat (limited to 'gdb/command.h')
-rw-r--r--gdb/command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/command.h b/gdb/command.h
index 51215888f09..20e4fd50ed6 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -284,8 +284,6 @@ extern void help_list (struct cmd_list_element *, char *,
extern void help_cmd_list (struct cmd_list_element *, enum command_class,
char *, int, struct ui_file *);
-extern void help_all (struct ui_file *);
-
extern struct cmd_list_element *
add_set_cmd PARAMS ((char *, enum command_class, var_types, char *, char *,
struct cmd_list_element **));