diff options
Diffstat (limited to 'gdb/cli/cli-cmds.h')
-rw-r--r-- | gdb/cli/cli-cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-cmds.h b/gdb/cli/cli-cmds.h index 1122a97..34d19f5 100644 --- a/gdb/cli/cli-cmds.h +++ b/gdb/cli/cli-cmds.h @@ -110,7 +110,7 @@ int is_complete_command (struct cmd_list_element *cmd); /* Exported to gdb/main.c */ -extern void cd_command (char *, int); +extern void cd_command (const char *, int); /* Exported to gdb/top.c and gdb/main.c */ |