summaryrefslogtreecommitdiff
path: root/libexslt/exslt.h
diff options
context:
space:
mode:
authorThomas Broyer <tbroyer@src.gnome.org>2001-09-03 00:17:54 +0000
committerThomas Broyer <tbroyer@src.gnome.org>2001-09-03 00:17:54 +0000
commit94c00a77538e84dcd4f24e70ca9713ff9eabec4a (patch)
tree4ceb683f15d5e0557c0cdcd20355d605a3c12bae /libexslt/exslt.h
parent76f6193a89c4b03810ace0a01b35ec44296fc9eb (diff)
downloadlibxslt-94c00a77538e84dcd4f24e70ca9713ff9eabec4a.tar.gz
added implementation of EXSLT - Strings. Currently implemented functins
* libexslt/Makefile.am libexslt/exslt.[ch] libexslt/strings.c: added implementation of EXSLT - Strings. Currently implemented functins are str:tokenize, str:align str:concat and str:padding. * configure.in tests/exslt/Makefile.am tests/exslt/strings/Makefile.am tests/exslt/strings/tokenize.1.*: added a test for the str:tokenize function.
Diffstat (limited to 'libexslt/exslt.h')
-rw-r--r--libexslt/exslt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexslt/exslt.h b/libexslt/exslt.h
index fd7f5db2..79d10e41 100644
--- a/libexslt/exslt.h
+++ b/libexslt/exslt.h
@@ -14,11 +14,13 @@ LIBEXSLT_PUBLIC extern const int exsltLibxmlVersion;
#define EXSLT_MATH_NAMESPACE ((const xmlChar *) "http://exslt.org/math")
#define EXSLT_SETS_NAMESPACE ((const xmlChar *) "http://exslt.org/sets")
#define EXSLT_FUNCTIONS_NAMESPACE ((const xmlChar *) "http://exslt.org/functions")
+#define EXSLT_STRINGS_NAMESPACE ((const xmlChar *) "http://exslt.org/strings")
void exsltCommonRegister (void);
void exsltMathRegister (void);
void exsltSetsRegister (void);
void exsltFuncRegister (void);
+void exsltStrRegister (void);
void exsltRegisterAll (void);