diff options
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r-- | gdb/c-lang.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h index e8c632f..74574e2 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -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: */ |