Use ui_file_as_string in gdb/compile/
[deliverable/binutils-gdb.git] / gdb / utils.h
index 86350750a2487de2bb4f12682757af3afbe08beb..36f5294abd11cf948f1bfb9ef18463f67f4d76d4 100644 (file)
@@ -22,6 +22,7 @@
 #define UTILS_H
 
 #include "exceptions.h"
+#include "common/scoped_restore.h"
 
 extern void initialize_utils (void);
 
@@ -90,9 +91,6 @@ extern struct cleanup *make_cleanup_restore_uinteger (unsigned int *variable);
 struct target_ops;
 extern struct cleanup *make_cleanup_unpush_target (struct target_ops *ops);
 
-extern struct cleanup *
-  make_cleanup_restore_ui_file (struct ui_file **variable);
-
 extern struct cleanup *make_cleanup_value_free_to_mark (struct value *);
 extern struct cleanup *make_cleanup_value_free (struct value *);
 
This page took 0.023326 seconds and 4 git commands to generate.