aboutsummaryrefslogtreecommitdiff
path: root/gdb/xml-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xml-support.c')
-rw-r--r--gdb/xml-support.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/xml-support.c b/gdb/xml-support.c
index bace524..c906b69 100644
--- a/gdb/xml-support.c
+++ b/gdb/xml-support.c
@@ -1008,8 +1008,10 @@ xml_fetch_content_from_file (const char *filename, void *baton)
return text;
}
+void _initialize_xml_support ();
+void _initialize_xml_support ();
void
-_initialize_xml_support (void)
+_initialize_xml_support ()
{
add_setshow_boolean_cmd ("xml", class_maintenance, &debug_xml,
_("Set XML parser debugging."),