diff options
Diffstat (limited to 'gdb/charset.h')
-rw-r--r-- | gdb/charset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/charset.h b/gdb/charset.h index 60abb18..1b88dae 100644 --- a/gdb/charset.h +++ b/gdb/charset.h @@ -34,7 +34,7 @@ it. */ const char *host_charset (void); const char *target_charset (void); -const char *target_wide_charset (void); +const char *target_wide_charset (enum bfd_endian byte_order); /* These values are used to specify the type of transliteration done by convert_between_encodings. */ |