* infrun.c (follow_fork): Initialize new step_* locals
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 8b65af68dc72db267bd84e3afebf6239ce9f52b9..90dcdc2ad140394870e4ecb20db3ad5e7b61b324 100644 (file)
@@ -134,9 +134,10 @@ extern void print_decimal_chars (struct ui_file *, const gdb_byte *,
 extern void print_hex_chars (struct ui_file *, const gdb_byte *,
                             unsigned int, enum bfd_endian);
 
-extern void print_char_chars (struct ui_file *, const gdb_byte *,
-                             unsigned int, enum bfd_endian);
+extern void print_char_chars (struct ui_file *, struct type *,
+                             const gdb_byte *, unsigned int, enum bfd_endian);
 
 int read_string (CORE_ADDR addr, int len, int width, unsigned int fetchlimit,
                 gdb_byte **buffer, int *bytes_read);
+
 #endif
This page took 0.024475 seconds and 4 git commands to generate.