* value.h (value_print): Return void.
[deliverable/binutils-gdb.git] / gdb / value.h
index d4c4a83d38e625f52179e72847b7d68e80655359..9706e70216d3b951fd8ae90e201221ae7c50ac5c 100644 (file)
@@ -808,8 +808,8 @@ extern void print_floating (const gdb_byte *valaddr, struct type *type,
 extern void print_decimal_floating (const gdb_byte *valaddr, struct type *type,
                                    struct ui_file *stream);
 
-extern int value_print (struct value *val, struct ui_file *stream,
-                       const struct value_print_options *options);
+extern void value_print (struct value *val, struct ui_file *stream,
+                        const struct value_print_options *options);
 
 extern void value_print_array_elements (struct value *val,
                                        struct ui_file *stream, int format,
This page took 0.025612 seconds and 4 git commands to generate.