* gdb.texinfo (SVR4 Process Information, The isatty call)
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 89ae2700ffac5a8c6531eec258feb79011ee5ae0..3a923a4d45fda07e7142b88d83dde35a5400a644 100644 (file)
@@ -50,9 +50,10 @@ extern int output_format;
 
 extern int stop_print_at_null; /* Stop printing at null char? */
 
-extern void val_print_array_elements (struct type *, char *, CORE_ADDR,
-                                     struct ui_file *, int, int, int,
-                                     enum val_prettyprint, unsigned int);
+extern void val_print_array_elements (struct type *, const bfd_byte *,
+                                     CORE_ADDR, struct ui_file *, int,
+                                     int, int, enum val_prettyprint,
+                                     unsigned int);
 
 extern void val_print_type_code_int (struct type *, const bfd_byte *,
                                     struct ui_file *);
This page took 0.023419 seconds and 4 git commands to generate.