summaryrefslogtreecommitdiff
path: root/gdb/wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/wrapper.h')
-rw-r--r--gdb/wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/wrapper.h b/gdb/wrapper.h
index b287b29db1e..40e554700c6 100644
--- a/gdb/wrapper.h
+++ b/gdb/wrapper.h
@@ -27,7 +27,7 @@ struct block;
/* Use this struct to pass arguments to wrapper routines. */
struct gdb_wrapper_arguments;
-extern int gdb_parse_exp_1 (char **, struct block *,
+extern int gdb_parse_exp_1 (const char **, struct block *,
int, struct expression **);
extern int gdb_evaluate_expression (struct expression *, struct value **);