diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-18 17:57:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-18 17:57:43 +0000 |
commit | b30bf9ee99a2fd704f3a335d185041e7432f3105 (patch) | |
tree | 8e750381e3675422a8e7a3c5f62141faf912e679 /gdb/mi/mi-out.h | |
parent | 6f9efd975101f3a93625952de6de81ae36ef8c4b (diff) | |
download | gdb-b30bf9ee99a2fd704f3a335d185041e7432f3105.zip gdb-b30bf9ee99a2fd704f3a335d185041e7432f3105.tar.gz gdb-b30bf9ee99a2fd704f3a335d185041e7432f3105.tar.bz2 |
Recognize -i=mi0, -i=mi1 and -i=mi.
Diffstat (limited to 'gdb/mi/mi-out.h')
-rw-r--r-- | gdb/mi/mi-out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-out.h b/gdb/mi/mi-out.h index 37a643c..1ae693f 100644 --- a/gdb/mi/mi-out.h +++ b/gdb/mi/mi-out.h @@ -25,7 +25,7 @@ struct ui_out; struct ui_file; -extern struct ui_out *mi_out_new (void); +extern struct ui_out *mi_out_new (int mi_version); extern void mi_out_put (struct ui_out *uiout, struct ui_file *stream); extern void mi_out_rewind (struct ui_out *uiout); extern void mi_out_buffered (struct ui_out *uiout, char *string); |