Introduce c_value_print_inner
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index b8bc380486263ba9760c5d1436f9009ea16269fe..7638ccf6d520fea5c4b10616655c8fbc5feb3a47 100644 (file)
@@ -87,6 +87,11 @@ extern void c_val_print (struct type *,
                         struct value *,
                         const struct value_print_options *);
 
+/* Implement la_value_print_inner for the C family of languages.  */
+
+extern void c_value_print_inner (struct value *, struct ui_file *, int,
+                                const struct value_print_options *);
+
 extern void c_value_print (struct value *, struct ui_file *,
                           const struct value_print_options *);
 
This page took 0.02431 seconds and 4 git commands to generate.