summaryrefslogtreecommitdiff
path: root/src/xine-utils/xmlparser.h
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-04-22 00:17:55 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-04-22 00:17:55 +0100
commitc0310456d00840947ff2f93687b1152d71311159 (patch)
tree2f687e0211ddf494b7ed9fb579ec55ed96727335 /src/xine-utils/xmlparser.h
parent497d74fe5b6a68b904a6944a9c60dd3c631654a6 (diff)
parent559008cadf0bc3457696e145b0abe764132fe92d (diff)
downloadxine-lib-c0310456d00840947ff2f93687b1152d71311159.tar.gz
xine-lib-c0310456d00840947ff2f93687b1152d71311159.tar.bz2
Merge relaxed XML parsing & adapt it to the enumerations.
Diffstat (limited to 'src/xine-utils/xmlparser.h')
-rw-r--r--src/xine-utils/xmlparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-utils/xmlparser.h b/src/xine-utils/xmlparser.h
index f202ca28d..8d4915abf 100644
--- a/src/xine-utils/xmlparser.h
+++ b/src/xine-utils/xmlparser.h
@@ -57,6 +57,7 @@ typedef struct xml_node_s {
void xml_parser_init(const char * buf, int size, int mode) XINE_PROTECTED;
int xml_parser_build_tree(xml_node_t **root_node) XINE_PROTECTED;
+int xml_parser_build_tree_relaxed(xml_node_t **root_node, int relaxed) XINE_PROTECTED;
void xml_parser_free_tree(xml_node_t *root_node) XINE_PROTECTED;