* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 4c343a9a5aa7e14d583ca824c3611a8090bb0085..f1760601be8282c84dda20ef6ec4f76a06a88fff 100644 (file)
@@ -24,8 +24,8 @@ extern void
 c_error PARAMS ((char *));     /* Defined in c-exp.y */
 
 extern void                    /* Defined in c-typeprint.c */
-c_print_type PARAMS ((struct type *, char *, FILE *, int, int));
+c_print_type PARAMS ((struct type *, char *, GDB_FILE *, int, int));
 
 extern int
-c_val_print PARAMS ((struct type *, char *, CORE_ADDR, FILE *, int, int,
+c_val_print PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *, int, int,
                     int, enum val_prettyprint));
This page took 0.023268 seconds and 4 git commands to generate.