aboutsummaryrefslogtreecommitdiff
path: root/gdb/ch-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ch-lang.h')
-rw-r--r--gdb/ch-lang.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ch-lang.h b/gdb/ch-lang.h
index 13579d9..6646b05 100644
--- a/gdb/ch-lang.h
+++ b/gdb/ch-lang.h
@@ -24,8 +24,8 @@ 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));
+chill_print_type PARAMS ((struct type *, char *, GDB_FILE *, int, int));
extern int
-chill_val_print PARAMS ((struct type *, char *, CORE_ADDR, FILE *, int, int,
+chill_val_print PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *, int, int,
int, enum val_prettyprint));