diff options
Diffstat (limited to 'gdb/scm-lang.h')
-rw-r--r-- | gdb/scm-lang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h index bcb29d8..1adeee5 100644 --- a/gdb/scm-lang.h +++ b/gdb/scm-lang.h @@ -50,6 +50,7 @@ extern int scm_value_print (struct value *, struct ui_file *, extern int scm_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, struct ui_file *, int, + const struct value *, const struct value_print_options *); extern LONGEST scm_get_field (LONGEST, int, int, enum bfd_endian); |