aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/command.h')
-rw-r--r--gdb/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h
index 5761447..1d63d2b 100644
--- a/gdb/command.h
+++ b/gdb/command.h
@@ -194,7 +194,7 @@ extern struct cmd_list_element *lookup_cmd_1 (const char **,
int);
extern struct cmd_list_element *deprecate_cmd (struct cmd_list_element *,
- char * );
+ const char * );
extern void deprecated_cmd_warning (const char *);