diff options
Diffstat (limited to 'gdb/ch-lang.h')
-rw-r--r-- | gdb/ch-lang.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ch-lang.h b/gdb/ch-lang.h index 1d9b556..13579d9 100644 --- a/gdb/ch-lang.h +++ b/gdb/ch-lang.h @@ -22,3 +22,10 @@ chill_parse PARAMS ((void)); /* Defined in ch-exp.y */ extern void chill_error PARAMS ((char *)); /* Defined in ch-exp.y */ + +extern void /* Defined in ch-typeprint.c */ +chill_print_type PARAMS ((struct type *, char *, FILE *, int, int)); + +extern int +chill_val_print PARAMS ((struct type *, char *, CORE_ADDR, FILE *, int, int, + int, enum val_prettyprint)); |