X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcli-out.h;h=8bca872fb053e35ca25ea2ed9912fb2318670e71;hb=336c28c5f7c58b3525fc86091fcf0ba58c702aaf;hp=f017f807a969203f7429a781d6438e8281090643;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/cli-out.h b/gdb/cli-out.h index f017f807a9..8bca872fb0 100644 --- a/gdb/cli-out.h +++ b/gdb/cli-out.h @@ -1,5 +1,5 @@ /* Output generating routines for GDB CLI. - Copyright 1999-2000 Free Software Foundation, Inc. + Copyright 1999, 2000 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB. @@ -22,6 +22,11 @@ #ifndef CLI_OUT_H #define CLI_OUT_H +struct ui_file; + extern struct ui_out *cli_out_new (struct ui_file *stream); +extern struct ui_file *cli_out_set_stream (struct ui_out *uiout, + struct ui_file *stream); + #endif