diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h index 12cbc0a702c..d7912a89bbb 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -687,7 +687,8 @@ extern int common_val_print (struct value *val, const struct value_print_options *options, const struct language_defn *language); -extern int val_print_string (struct type *elttype, CORE_ADDR addr, int len, +extern int val_print_string (struct type *elttype, const char *encoding, + CORE_ADDR addr, int len, struct ui_file *stream, const struct value_print_options *options); |