summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-11-27 12:35:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-11-27 12:35:02 +0000
commit198d8a8fb94b2eb78f0f796b5e317797ef9f78d0 (patch)
tree5da635f8402a78e4c36c3f82124af19e34ae0381 /win32
parent433a51586a0e75637fcdd152aa2140e1619b8788 (diff)
downloadlibxslt-198d8a8fb94b2eb78f0f796b5e317797ef9f78d0.tar.gz
libxslt-198d8a8fb94b2eb78f0f796b5e317797ef9f78d0.tar.bz2
libxslt-198d8a8fb94b2eb78f0f796b5e317797ef9f78d0.zip
Applied patch from Richard Jinks to allow redefining the sorting routine,
* libxslt/preproc.c libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h: Applied patch from Richard Jinks to allow redefining the sorting routine, plus a bit of tweaking of the interfaces. Daniel
Diffstat (limited to 'win32')
-rw-r--r--win32/libxslt.def.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/libxslt.def.src b/win32/libxslt.def.src
index 1a36b5e5..805e0b28 100644
--- a/win32/libxslt.def.src
+++ b/win32/libxslt.def.src
@@ -313,7 +313,8 @@ EXPORTS
/* Sorting. */
xsltDocumentSortFunction
- xsltDoSortFunction
+ xsltComputeSortResult
+ xsltSetSortFunc
/* QNames handling. */
xsltGetQNameURI