diff options
Diffstat (limited to 'gdb/scm-lang.h')
-rw-r--r-- | gdb/scm-lang.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h index 6e24be5..1bf963f 100644 --- a/gdb/scm-lang.h +++ b/gdb/scm-lang.h @@ -1,6 +1,6 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright 1995, 1996, 1998, 1999, 2000, 2003 Free Software + Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2005 Free Software Foundation, Inc. This file is part of GDB. @@ -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 *, char *, int, CORE_ADDR, +extern int scm_val_print (struct type *, const bfd_byte *, int, CORE_ADDR, struct ui_file *, int, int, int, enum val_prettyprint); |