*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 5cbe34d2e6673d04e32798880c6b2ba14507e861..38edc3e79451a3404caf3d67d37393e8bccfe203 100644 (file)
@@ -24,6 +24,7 @@
 
 struct ui_file;
 struct language_arch_info;
+struct type_print_options;
 
 #include "value.h"
 #include "macroexp.h"
@@ -65,7 +66,8 @@ extern int c_parse_escape (char **, struct obstack *);
 
 /* Defined in c-typeprint.c */
 extern void c_print_type (struct type *, const char *,
-                         struct ui_file *, int, int);
+                         struct ui_file *, int, int,
+                         const struct type_print_options *);
 
 extern void c_print_typedef (struct type *,
                             struct symbol *,
@@ -110,7 +112,7 @@ extern const struct op_print c_op_print_tab[];
 /* These are in c-typeprint.c: */
 
 extern void c_type_print_base (struct type *, struct ui_file *,
-                              int, int);
+                              int, int, const struct type_print_options *);
 
 /* These are in cp-valprint.c */
 
This page took 0.028535 seconds and 4 git commands to generate.