diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index ae2880386dd..1aa5a1973b0 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -203,4 +203,6 @@ extern void generic_printstr (struct ui_file *stream, struct type *type, int quote_char, int c_style_terminator, const struct value_print_options *options); +extern void output_command (char *exp, int from_tty); + #endif |