diff options
Diffstat (limited to 'gdb/scm-lang.h')
-rw-r--r-- | gdb/scm-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h index 1bf963f46af..1339ebaee90 100644 --- a/gdb/scm-lang.h +++ b/gdb/scm-lang.h @@ -50,7 +50,7 @@ struct value; extern int scm_value_print (struct value *, struct ui_file *, int, enum val_prettyprint); -extern int scm_val_print (struct type *, const bfd_byte *, int, CORE_ADDR, +extern int scm_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, struct ui_file *, int, int, int, enum val_prettyprint); |