diff options
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r-- | gdb/c-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h index 0a0267e..1ecee2c 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -50,7 +50,7 @@ extern int c_value_print (struct value *, struct ui_file *, int, extern void c_printchar (int, struct ui_file *); -extern void c_printstr (struct ui_file * stream, char *string, +extern void c_printstr (struct ui_file * stream, const bfd_byte *string, unsigned int length, int width, int force_ellipses); |