* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / ch-lang.h
index 13579d9d47cb92aade99121c101b60ea1da8dc84..80c753eb38b0682fee3d27fe00265023f5aefe34 100644 (file)
@@ -24,8 +24,13 @@ 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));
+
+extern int
+chill_is_varying_struct PARAMS ((struct type *type));
+
+
This page took 0.023443 seconds and 4 git commands to generate.