aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbcmd.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
commita9596cd98aa07c137ed362c7d92df64213b4fa04 (patch)
tree93d2aea2e0fa868da0f9b56626e5cfe8c2341869 /gdb/gdbcmd.h
parent74eda9eb7acc3c2bd375826f92e8ca233d5f767a (diff)
downloadgdb-cagney_writestrings-20030508-branch.zip
gdb-cagney_writestrings-20030508-branch.tar.gz
gdb-cagney_writestrings-20030508-branch.tar.bz2
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r--gdb/gdbcmd.h2
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 *);