* value.h (value_print): Return void.
[deliverable/binutils-gdb.git] / gdb / jv-lang.h
index d0610961d2620b7fc5f4f03fb94cdf10153c6fc4..ffe25bf81f0133f3aa6904c519701164cde15b9d 100644 (file)
@@ -47,8 +47,8 @@ extern int java_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
                           const struct value *,
                           const struct value_print_options *);
 
-extern int java_value_print (struct value *, struct ui_file *,
-                            const struct value_print_options *);
+extern void java_value_print (struct value *, struct ui_file *,
+                             const struct value_print_options *);
 
 extern struct value *java_class_from_object (struct value *);
 
This page took 0.024837 seconds and 4 git commands to generate.