diff options
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/command.h b/gdb/command.h index c7922a0..a995445 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -180,16 +180,6 @@ extern struct cmd_list_element *add_abbrev_prefix_cmd (const char *, struct cmd_list_element **); -/* Set the commands corresponding callback. */ - -extern void set_cmd_cfunc (struct cmd_list_element *cmd, - cmd_cfunc_ftype *cfunc); - -/* Const-correct variant of the above. */ - -extern void set_cmd_cfunc (struct cmd_list_element *cmd, - cmd_const_cfunc_ftype *cfunc); - typedef void cmd_sfunc_ftype (char *args, int from_tty, struct cmd_list_element *c); extern void set_cmd_sfunc (struct cmd_list_element *cmd, |