summaryrefslogtreecommitdiff
path: root/gdb/command.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-02-09 23:15:01 +0000
committerAndrew Cagney <cagney@redhat.com>2005-02-09 23:15:01 +0000
commit5a6430528f6856a5df2c8f26c76097bb6978b91d (patch)
tree39a5563dff75cb6cff77bf5637da79c2eef36e0a /gdb/command.h
parentb47bfa54de8b162720ed0e734dbff41d5d892392 (diff)
downloadgdb-5a6430528f6856a5df2c8f26c76097bb6978b91d.tar.gz
2005-02-09 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and show_result parameters. * mips-tdep.c (_initialize_mips_tdep): Update calls. * command.h: Update declaration. * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update calls.
Diffstat (limited to 'gdb/command.h')
-rw-r--r--gdb/command.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/command.h b/gdb/command.h
index 899d0d6249b..5b7a5424c29 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -234,9 +234,7 @@ extern void add_setshow_enum_cmd (char *name,
cmd_sfunc_ftype *set_func,
cmd_sfunc_ftype *show_func,
struct cmd_list_element **set_list,
- struct cmd_list_element **show_list,
- struct cmd_list_element **set_result,
- struct cmd_list_element **show_result);
+ struct cmd_list_element **show_list);
extern void add_setshow_auto_boolean_cmd (char *name,
enum command_class class,