diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-09-12 15:02:19 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-09-12 15:02:19 +0000 |
commit | 67d44b290ac24f4019dc5aaf5adb6991f99e3412 (patch) | |
tree | 78778aef502ac87bf1a6e94b889363efb868a3f4 /win32 | |
parent | f700e4f073e0888d20134bf551a4b0f5e3d7b3b6 (diff) | |
download | libxslt-67d44b290ac24f4019dc5aaf5adb6991f99e3412.tar.gz libxslt-67d44b290ac24f4019dc5aaf5adb6991f99e3412.tar.bz2 libxslt-67d44b290ac24f4019dc5aaf5adb6991f99e3412.zip |
trying to incorporate comments from bug #59220 Daniel
* win32/dsp/libxslt.def libxslt/variables.[ch]: trying to
incorporate comments from bug #59220
Daniel
Diffstat (limited to 'win32')
-rw-r--r-- | win32/dsp/libxslt.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/dsp/libxslt.def b/win32/dsp/libxslt.def index 141399d4..66184279 100644 --- a/win32/dsp/libxslt.def +++ b/win32/dsp/libxslt.def @@ -112,6 +112,9 @@ EXPORTS xsltEvalGlobalVariables
xsltEvalUserParams
+ xsltQuoteUserParams
+ xsltEvalOneUserParam
+ xsltQuoteOneUserParam
xsltParseGlobalVariable
xsltParseGlobalParam
xsltParseStylesheetVariable
|