diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 89ae270..3a923a4 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -50,9 +50,10 @@ extern int output_format; extern int stop_print_at_null; /* Stop printing at null char? */ -extern void val_print_array_elements (struct type *, char *, CORE_ADDR, - struct ui_file *, int, int, int, - enum val_prettyprint, unsigned int); +extern void val_print_array_elements (struct type *, const bfd_byte *, + CORE_ADDR, struct ui_file *, int, + int, int, enum val_prettyprint, + unsigned int); extern void val_print_type_code_int (struct type *, const bfd_byte *, struct ui_file *); |