diff options
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h index 2c86da4..ae20021 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -204,7 +204,8 @@ extern enum cmd_types cmd_type (struct cmd_list_element *cmd); #define CMD_LIST_AMBIGUOUS ((struct cmd_list_element *) -1) extern struct cmd_list_element *lookup_cmd (const char **, - struct cmd_list_element *, char *, + struct cmd_list_element *, + const char *, int, int); extern struct cmd_list_element *lookup_cmd_1 (const char **, |