diff options
Diffstat (limited to 'src/lib/util/xmlfile.c')
-rw-r--r-- | src/lib/util/xmlfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/util/xmlfile.c b/src/lib/util/xmlfile.c index 20b41770136..94abcd6a199 100644 --- a/src/lib/util/xmlfile.c +++ b/src/lib/util/xmlfile.c @@ -54,8 +54,7 @@ TYPE DEFINITIONS ***************************************************************************/ -typedef struct _xml_parse_info xml_parse_info; -struct _xml_parse_info +struct xml_parse_info { XML_Parser parser; xml_data_node * rootnode; |