diff options
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index 8c4490e..a7b019c 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -110,7 +110,7 @@ extern struct cmd_list_element *setchecklist; extern struct cmd_list_element *showchecklist; -extern void execute_command (char *, int); +extern void execute_command (const char *, int); enum command_control_type execute_control_command (struct command_line *); |