Make xml_escape_text return an std::string
[deliverable/binutils-gdb.git] / gdb / common / xml-utils.h
index d138bab51f24585e8d53954e60e21f864093ff6b..f69f5f5178e493d32eda889fbf36fa134d71f399 100644 (file)
@@ -23,6 +23,6 @@
 /* Return a malloc allocated string with special characters from TEXT
    replaced by entity references.  */
 
-extern char *xml_escape_text (const char *text);
+extern std::string xml_escape_text (const char *text);
 
 #endif
This page took 0.029801 seconds and 4 git commands to generate.