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 1339eba..bd1c210 100644 --- a/gdb/scm-lang.h +++ b/gdb/scm-lang.h @@ -69,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); |