diff options
Diffstat (limited to 'gdb/d-lang.h')
-rw-r--r-- | gdb/d-lang.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/d-lang.h b/gdb/d-lang.h index 67ca14cb47a..f93405a3ea2 100644 --- a/gdb/d-lang.h +++ b/gdb/d-lang.h @@ -24,10 +24,10 @@ extern char *d_demangle (const char *mangled, int options); -extern int d_val_print (struct type *type, const gdb_byte *valaddr, - int embedded_offset, CORE_ADDR address, - struct ui_file *stream, int recurse, - const struct value *val, - const struct value_print_options *options); +extern void d_val_print (struct type *type, const gdb_byte *valaddr, + int embedded_offset, CORE_ADDR address, + struct ui_file *stream, int recurse, + const struct value *val, + const struct value_print_options *options); #endif /* !defined (D_LANG_H) */ |