* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 5a1661f4dd99a6a37ecdd489390f1be2c7dbb164..f1760601be8282c84dda20ef6ec4f76a06a88fff 100644 (file)
@@ -22,3 +22,10 @@ c_parse PARAMS ((void));     /* Defined in c-exp.y */
 
 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 *, GDB_FILE *, int, int));
+
+extern int
+c_val_print PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *, int, int,
+                    int, enum val_prettyprint));
This page took 0.022556 seconds and 4 git commands to generate.