diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-21 05:21:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-21 05:21:55 +0000 |
commit | c85871a391896a07d578429d4aa0ef57bffb30eb (patch) | |
tree | 90574666eac98aa1693e27a7ed68bbc3b7eede5c /gdb/command.h | |
parent | 23964bcd46652820a200d7cd65d24a2f9cc9f6e1 (diff) | |
download | gdb-c85871a391896a07d578429d4aa0ef57bffb30eb.zip gdb-c85871a391896a07d578429d4aa0ef57bffb30eb.tar.gz gdb-c85871a391896a07d578429d4aa0ef57bffb30eb.tar.bz2 |
Make help_all static.
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/command.h b/gdb/command.h index 5121588..20e4fd5 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 **)); |