* printcmd.c (print_address_demangle): Add 'opts' argument.
[deliverable/binutils-gdb.git] / gdb / valprint.h
index 56c0c92c01c6752c0f705c20eecb54110cb9866c..817e5cd48dec8664da19fafcb1336dc3c2f833df 100644 (file)
@@ -148,10 +148,10 @@ extern void print_hex_chars (struct ui_file *, const gdb_byte *,
 extern void print_char_chars (struct ui_file *, struct type *,
                              const gdb_byte *, unsigned int, enum bfd_endian);
 
-extern void print_function_pointer_address (struct gdbarch *gdbarch,
+extern void print_function_pointer_address (const struct value_print_options *options,
+                                           struct gdbarch *gdbarch,
                                            CORE_ADDR address,
-                                           struct ui_file *stream,
-                                           int addressprint);
+                                           struct ui_file *stream);
 
 int read_string (CORE_ADDR addr, int len, int width, unsigned int fetchlimit,
                 enum bfd_endian byte_order, gdb_byte **buffer,
This page took 0.023378 seconds and 4 git commands to generate.