diff options
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index fd7b0df..76dca32 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -169,8 +169,8 @@ extern int ada_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, const struct value *, const struct value_print_options *); -extern int ada_value_print (struct value *, struct ui_file *, - const struct value_print_options *); +extern void ada_value_print (struct value *, struct ui_file *, + const struct value_print_options *); /* Defined in ada-lang.c */ |