* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gdb / ch-lang.h
index 1d9b5560d33a52bbd39a5fe104fd090886a15e5c..80c753eb38b0682fee3d27fe00265023f5aefe34 100644 (file)
@@ -22,3 +22,15 @@ chill_parse PARAMS ((void)); /* Defined in ch-exp.y */
 
 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 *, GDB_FILE *, int, int));
+
+extern 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.024139 seconds and 4 git commands to generate.