gdb
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 2a41c5b90a6d7493c89dc40f5e2e2aa4318d1f38..333eb3180e8190e2d77c19d408f6a5f02b1f4df6 100644 (file)
@@ -28,6 +28,7 @@
 /* Forward declarations for prototypes.  */
 struct field;
 struct block;
+struct value_print_options;
 
 /* Some macros for char-based bitfields.  */
 
@@ -1246,8 +1247,9 @@ extern int field_is_static (struct field *);
 
 /* printcmd.c */
 
-extern void print_scalar_formatted (const void *, struct type *, int, int,
-                                   struct ui_file *);
+extern void print_scalar_formatted (const void *, struct type *,
+                                   const struct value_print_options *,
+                                   int, struct ui_file *);
 
 extern int can_dereference (struct type *);
 
This page took 0.028557 seconds and 4 git commands to generate.