diff options
Diffstat (limited to 'gdb/jv-lang.h')
-rw-r--r-- | gdb/jv-lang.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/jv-lang.h b/gdb/jv-lang.h index b2417ee..caaba44 100644 --- a/gdb/jv-lang.h +++ b/gdb/jv-lang.h @@ -64,3 +64,5 @@ extern int is_object_type PARAMS ((struct type*)); extern void /* Defined in jv-typeprint.c */ java_print_type PARAMS ((struct type *, char *, GDB_FILE *, int, int)); + +extern char * java_demangle_type_signature PARAMS ((char *)); |