From 7376b4c200a1d6e249a3b35d54f5a05068f966b2 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 9 Feb 2005 23:15:01 +0000 Subject: 2005-02-09 Andrew Cagney * 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. --- gdb/command.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gdb/command.h') diff --git a/gdb/command.h b/gdb/command.h index 899d0d6..5b7a542 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, -- cgit v1.1