aboutsummaryrefslogtreecommitdiffstats
path: root/xmlreader.c
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2007-01-03 23:13:12 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2007-01-03 23:13:12 +0000
commitd837764002051a4f95c0bee2d0c25f5b18a8f077 (patch)
tree04f2511b0e9d9bec624a5aeb22d8be5fd90bab5b /xmlreader.c
parent9cb1b64ddefdd832bee2fd49a7745c3d3f342318 (diff)
downloadandroid_external_libxml2-d837764002051a4f95c0bee2d0c25f5b18a8f077.tar.gz
android_external_libxml2-d837764002051a4f95c0bee2d0c25f5b18a8f077.tar.bz2
android_external_libxml2-d837764002051a4f95c0bee2d0c25f5b18a8f077.zip
expose xmlTextReaderSetup function
svn path=/trunk/; revision=3571
Diffstat (limited to 'xmlreader.c')
-rw-r--r--xmlreader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlreader.c b/xmlreader.c
index c8bcf7b2..cd32cc30 100644
--- a/xmlreader.c
+++ b/xmlreader.c
@@ -4855,7 +4855,7 @@ xmlTextReaderGetErrorHandler(xmlTextReaderPtr reader,
*
* Returns 0 in case of success and -1 in case of error.
*/
-static int
+int
xmlTextReaderSetup(xmlTextReaderPtr reader,
xmlParserInputBufferPtr input, const char *URL,
const char *encoding, int options)