Index: gdb/c-lang.h |
diff --git a/gdb/c-lang.h b/gdb/c-lang.h |
index e8c632f4ce5768473aa5ae1a4d0e904359f43b88..5cbe34d2e6673d04e32798880c6b2ba14507e861 100644 |
--- a/gdb/c-lang.h |
+++ b/gdb/c-lang.h |
@@ -71,14 +71,14 @@ extern void c_print_typedef (struct type *, |
struct symbol *, |
struct ui_file *); |
-extern int c_val_print (struct type *, const gdb_byte *, |
- int, CORE_ADDR, |
- struct ui_file *, int, |
- 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_val_print (struct type *, const gdb_byte *, |
+ int, CORE_ADDR, |
+ struct ui_file *, int, |
+ const struct value *, |
+ 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: */ |