diff options
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r-- | gdb/c-lang.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h index e38df8e..b9536f5 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -41,7 +41,9 @@ c_value_print PARAMS ((struct value *, GDB_FILE *, int, enum val_prettyprint)); extern void c_printchar PARAMS ((int, GDB_FILE*)); -extern void c_printstr PARAMS ((GDB_FILE *, char *, unsigned int, int)); +extern void c_printstr PARAMS ((GDB_FILE *stream, char *string, + unsigned int length, int width, + int force_ellipses)); extern struct type * c_create_fundamental_type PARAMS ((struct objfile*, int)); |