* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 5918def07e68f6c6b3c770b514d017eb0409602e..4d586417563ccf0b3ec42600056045594cd142bc 100644 (file)
@@ -32,9 +32,9 @@ extern unsigned int print_max;        /* Max # of chars for strings/vectors */
 extern int output_format;
 
 extern void
-val_print_array_elements PARAMS ((struct type *, char *, CORE_ADDR, FILE *,
+val_print_array_elements PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *,
                                  int, int, int, enum val_prettyprint, int));
 
 extern void
-val_print_type_code_int PARAMS ((struct type *, char *, FILE *));
+val_print_type_code_int PARAMS ((struct type *, char *, GDB_FILE *));
 
This page took 0.023035 seconds and 4 git commands to generate.