* Makefile.in (VERSION): Bump to 4.7.4.
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 5a1661f4dd99a6a37ecdd489390f1be2c7dbb164..4c343a9a5aa7e14d583ca824c3611a8090bb0085 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 *, FILE *, int, int));
+
+extern int
+c_val_print PARAMS ((struct type *, char *, CORE_ADDR, FILE *, int, int,
+                    int, enum val_prettyprint));
This page took 0.023791 seconds and 4 git commands to generate.