aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/xml-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/xml-utils.h')
-rw-r--r--gdb/common/xml-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/xml-utils.h b/gdb/common/xml-utils.h
index d138bab..f69f5f5 100644
--- a/gdb/common/xml-utils.h
+++ b/gdb/common/xml-utils.h
@@ -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