a bit of cleanup Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 15 Aug 2001 11:55:20 +0000 (11:55 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 15 Aug 2001 11:55:20 +0000 (11:55 +0000)
* libxslt/functions.h libxslt/transform.c: a bit of cleanup
Daniel

ChangeLog
libxslt/functions.h
libxslt/transform.c

index 323ad55..25389ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug 15 13:54:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/functions.h libxslt/transform.c: a bit of cleanup
+
 Wed Aug 15 12:06:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
 
        * libexslt/common.c libexslt/math.c libxslt/Makefile.am
index 98e13e6..06f5192 100644 (file)
@@ -25,7 +25,7 @@ extern "C" {
  */
 #define XSLT_REGISTER_FUNCTION_LOOKUP(ctxt)                    \
     xmlXPathRegisterFuncLookup((ctxt)->xpathCtxt,              \
-       (xmlXPathFuncLookupFunc) xsltXPathFunctionLookup,       \
+       (void *) xsltXPathFunctionLookup,                       \
        (void *)(ctxt->xpathCtxt));
 
 xmlXPathFunction
index 1ea64c9..36e62fc 100644 (file)
 int xsltMaxDepth = 500;
 
 /*
- * Cleanup when propagated in official libxml release
- */
-typedef xmlXPathFunction
-       (*xmlXPathFuncLookupFunc)       (void *ctxt,
-                                        const xmlChar *name,
-                                        const xmlChar *ns_uri);
-
-/*
  * Useful macros
  */