summaryrefslogtreecommitdiff
path: root/xml/apr_xml_internal.h
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_internal.h
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_internal.h')
-rw-r--r--xml/apr_xml_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/apr_xml_internal.h b/xml/apr_xml_internal.h
index 7c1ee8744..dfd191e32 100644
--- a/xml/apr_xml_internal.h
+++ b/xml/apr_xml_internal.h
@@ -43,6 +43,6 @@ struct apr_xml_parser {
XMLParserImpl *impl;
};
-APR_DECLARE(apr_xml_parser *) apr_xml_parser_create_ex(apr_pool_t*, void*, void*, void*);
+apr_xml_parser* apr_xml_parser_create_internal(apr_pool_t*, void*, void*, void*);
#endif