diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h index 2347dad..034bdc4 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -495,7 +495,7 @@ extern void print_variable_value (struct symbol *var, struct frame_info *frame, struct ui_file *stream); -extern int check_field (struct value *, const gdb_byte *); +extern int check_field (struct value *, const char *); extern void typedef_print (struct type *type, struct symbol *news, struct ui_file *stream); |