From c261763c76fb15c1509ee6b88035b604222edc21 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 26 Dec 2008 22:58:15 +0100 Subject: Add support for album and index separators --- xml-parser.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xml-parser.h') diff --git a/xml-parser.h b/xml-parser.h index 031bf6b..02be628 100644 --- a/xml-parser.h +++ b/xml-parser.h @@ -38,6 +38,11 @@ TXMLFile * xml_parser_load (const char *filename); */ void xml_parser_close (TXMLFile *file); +/* + * xml_file_get_node_name: retrieve name of the XPath node + */ +char * xml_file_get_node_name (TXMLFile *file, const char *x_path); + /* * xml_file_get_node_value: retrieve string value from XPath node * - multiple matched nodes will be concatenated into one string -- cgit v1.2.3