* value.h (value_print): Return void.
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index fd7b0df44fcce9d92d394303c3ac96c048499fb5..76dca3227be17028378861498cf08675604d2680 100644 (file)
@@ -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 */
 
This page took 0.026721 seconds and 4 git commands to generate.