diff options
Diffstat (limited to 'gdb/jv-lang.h')
-rw-r--r-- | gdb/jv-lang.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/jv-lang.h b/gdb/jv-lang.h index 8ea9c3c24f8..74c77d4f778 100644 --- a/gdb/jv-lang.h +++ b/gdb/jv-lang.h @@ -22,6 +22,7 @@ #define JV_LANG_H struct value; +struct type_print_options; extern int java_parse (void); /* Defined in jv-exp.y */ @@ -70,7 +71,8 @@ extern int is_object_type (struct type *); /* Defined in jv-typeprint.c */ extern void java_print_type (struct type *, const char *, - struct ui_file *, int, int); + struct ui_file *, int, int, + const struct type_print_options *); extern char *java_demangle_type_signature (const char *); |