]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/typeprint.h
Stop assuming no-debug-info functions return int
[thirdparty/binutils-gdb.git] / gdb / typeprint.h
index 72da7f485b9f1012da5f4227cabbf288a4e47fe0..d4e19e5b881dd0d37d6f69d5d66fb96e4560b78f 100644 (file)
@@ -74,6 +74,10 @@ void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
 void c_type_print_args (struct type *, struct ui_file *, int, enum language,
                        const struct type_print_options *);
 
+/* Print <unknown return type> to stream STREAM.  */
+
+void type_print_unknown_return_type (struct ui_file *stream);
+
 extern void val_print_not_allocated (struct ui_file *stream);
 
 extern void val_print_not_associated (struct ui_file *stream);