diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-30 21:37:30 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-30 21:37:30 +0000 |
| commit | 140ffc62a23b22f84656ae768cfe719658aedbc2 (patch) | |
| tree | 59a2e2ac37121ba9c8b11254f1671432e900db94 /include/xine/xmlparser.h | |
| parent | 5f4681b57dd227a2d2a2dd9050fb6103daa6fabd (diff) | |
| download | xine-lib-140ffc62a23b22f84656ae768cfe719658aedbc2.tar.gz xine-lib-140ffc62a23b22f84656ae768cfe719658aedbc2.tar.bz2 | |
Trim trailing space & reduce space+tab.
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: |
