diff options
Diffstat (limited to 'include/xine/xmlparser.h')
-rw-r--r-- | include/xine/xmlparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine/xmlparser.h b/include/xine/xmlparser.h index 8fed3199c..495e5136b 100644 --- a/include/xine/xmlparser.h +++ b/include/xine/xmlparser.h @@ -88,9 +88,9 @@ int xml_parser_build_tree_with_options_r(xml_parser_t *xml_parser, xml_node_t ** void xml_parser_free_tree(xml_node_t *root_node) XINE_PROTECTED; const char *xml_parser_get_property (const xml_node_t *node, const char *name) XINE_PROTECTED; -int xml_parser_get_property_int (const xml_node_t *node, const char *name, +int xml_parser_get_property_int (const xml_node_t *node, const char *name, int def_value) XINE_PROTECTED; -int xml_parser_get_property_bool (const xml_node_t *node, const char *name, +int xml_parser_get_property_bool (const xml_node_t *node, const char *name, int def_value) XINE_PROTECTED; /* for output: |