summaryrefslogtreecommitdiff
path: root/xml/apr_xml_libxml2.c
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-04-11 20:58:47 +0000
committerGuenter Knauf <fuankg@apache.org>2011-04-11 20:58:47 +0000
commitac321b1fef4d7a7c60363914f412a2276ef23545 (patch)
tree295ba84c32d105131b0695c453e5b82ad0b5286b /xml/apr_xml_libxml2.c
parent506f7b3ad783c89ec4bbd86eeb8753441d73501e (diff)
downloadapr-ac321b1fef4d7a7c60363914f412a2276ef23545.tar.gz
Changed funtion name; removed export declaration.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1091205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml/apr_xml_libxml2.c')
-rw-r--r--xml/apr_xml_libxml2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/apr_xml_libxml2.c b/xml/apr_xml_libxml2.c
index 46f28546b..ad72441f9 100644
--- a/xml/apr_xml_libxml2.c
+++ b/xml/apr_xml_libxml2.c
@@ -61,7 +61,7 @@ XMLParserImpl* apr_xml_get_parser_impl(void)
}
-APR_DECLARE(apr_xml_parser *) apr_xml_parser_create_ex(apr_pool_t *pool,
+apr_xml_parser* apr_xml_parser_create_internal(apr_pool_t *pool,
void *start_func, void *end_func, void *cdata_func)
{
apr_xml_parser *parser = apr_pcalloc(pool, sizeof(*parser));