Add forgotten ChangeLog snippet for last elf64-x86-64.c patch.
[deliverable/binutils-gdb.git] / gdb / cli-out.h
index 723b7260cbf6e1517e844eea207969dcfeb4fe98..8bca872fb053e35ca25ea2ed9912fb2318670e71 100644 (file)
 #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
This page took 0.023494 seconds and 4 git commands to generate.