* readelf.c (dynamic_info): Correct size of array.
[deliverable/binutils-gdb.git] / gdb / xml-support.h
index d6105f73413624168bf8a6c8deb4b417a155feee..135263d5d52d4be43054bb409d1445535bf3dc92 100644 (file)
@@ -240,4 +240,10 @@ extern void obstack_xml_printf (struct obstack *obstack,
                                const char *format, ...)
   ATTRIBUTE_PRINTF_2;
 
+/* Open FILENAME, read all its text into memory, close it, and return
+   the text.  If something goes wrong, return NULL and warn.  */
+
+extern char *xml_fetch_content_from_file (const char *filename,
+                                          void *baton);
+
 #endif
This page took 0.024506 seconds and 4 git commands to generate.