* value.h (value_print): Return void.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index e8c632f4ce5768473aa5ae1a4d0e904359f43b88..74574e2a3810d71b4669ebd076f1c97891abc125 100644 (file)
@@ -77,8 +77,8 @@ extern int c_val_print (struct type *, const gdb_byte *,
                        const struct value *,
                        const struct value_print_options *);
 
-extern int c_value_print (struct value *, struct ui_file *,
-                         const struct value_print_options *);
+extern void c_value_print (struct value *, struct ui_file *,
+                          const struct value_print_options *);
 
 /* These are in c-lang.c: */
 
This page took 0.024253 seconds and 4 git commands to generate.