aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-09-12 21:02:08 -0600
committerTom Tromey <tom@tromey.com>2017-09-27 08:44:51 -0600
commit5e93d4c64bbc3b4fb306e54cdcd79bc8ff86b2f0 (patch)
treeafa10b86b7b76eeffb1346abd67a689951fc79f9 /gdb/cli/cli-cmds.h
parentfc41a75bee01fbd0883e6df1e031d4d9e998c437 (diff)
downloadbinutils-5e93d4c64bbc3b4fb306e54cdcd79bc8ff86b2f0.zip
binutils-5e93d4c64bbc3b4fb306e54cdcd79bc8ff86b2f0.tar.gz
binutils-5e93d4c64bbc3b4fb306e54cdcd79bc8ff86b2f0.tar.bz2
Constify cd_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * cli/cli-cmds.h (cd_command): Constify. * cli/cli-cmds.c (cd_command): Constify.
Diffstat (limited to 'gdb/cli/cli-cmds.h')
-rw-r--r--gdb/cli/cli-cmds.h2
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 */