From 9b968ec5a2bd814c54594696cbd000cf6535ffa5 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 3 Jun 2008 16:19:03 +0000 Subject: [PATCH] as Ralf Junker pointed out xsltExtFunctionLookup was defined but never * libxslt/extensions.h: as Ralf Junker pointed out xsltExtFunctionLookup was defined but never implemented, removing it Daniel svn path=/trunk/; revision=1475 --- ChangeLog | 5 +++++ libxslt/extensions.h | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 175e5b4..ecddcaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 3 18:14:55 CEST 2008 Daniel Veillard + + * libxslt/extensions.h: as Ralf Junker pointed out + xsltExtFunctionLookup was defined but never implemented, removing it + Tue May 13 17:51:05 CEST 2008 Daniel Veillard * configure.in doc/*: release of 1.1.24 diff --git a/libxslt/extensions.h b/libxslt/extensions.h index 30b7d4c..c6b0cba 100644 --- a/libxslt/extensions.h +++ b/libxslt/extensions.h @@ -118,10 +118,6 @@ XSLTPUBFUN int XSLTCALL const xmlChar *URI, xmlXPathFunction function); XSLTPUBFUN xmlXPathFunction XSLTCALL - xsltExtFunctionLookup (xsltTransformContextPtr ctxt, - const xmlChar *name, - const xmlChar *URI); -XSLTPUBFUN xmlXPathFunction XSLTCALL xsltExtModuleFunctionLookup (const xmlChar *name, const xmlChar *URI); XSLTPUBFUN int XSLTCALL -- 2.7.4