X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fscm-lang.h;h=bd1c21016a152b1e96cd90934f7e4733252944f5;hb=b4f4e59ffff89dd86068046263008836e145ae41;hp=e3af0a16768a06d07735dd9035703b820c9ffc82;hpb=66140c26166febde29e6e7f2001674a930967545;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/scm-lang.h b/gdb/scm-lang.h index e3af0a1676..bd1c21016a 100644 --- a/gdb/scm-lang.h +++ b/gdb/scm-lang.h @@ -1,5 +1,7 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. + + Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2005 Free Software + Foundation, Inc. This file is part of GDB. @@ -48,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 gdb_byte *, int, CORE_ADDR, struct ui_file *, int, int, int, enum val_prettyprint); @@ -67,4 +69,4 @@ extern struct type *builtin_type_scm; extern int scm_parse (void); -extern LONGEST scm_unpack (struct type *, const char *, enum type_code); +extern LONGEST scm_unpack (struct type *, const gdb_byte *, enum type_code);