summaryrefslogtreecommitdiff
path: root/libexslt/exslt.h
diff options
context:
space:
mode:
authorThomas Broyer <tbroyer@src.gnome.org>2001-09-12 03:52:26 +0000
committerThomas Broyer <tbroyer@src.gnome.org>2001-09-12 03:52:26 +0000
commitf700e4f073e0888d20134bf551a4b0f5e3d7b3b6 (patch)
tree3da1cb3f98c7468e55f9f7e02334a2011033fd5a /libexslt/exslt.h
parent0eddbb610f292e4c4f9dbe233ddfd155d6dbaac8 (diff)
downloadlibxslt-f700e4f073e0888d20134bf551a4b0f5e3d7b3b6.tar.gz
added implementation of the EXSLT - Dates and Times core functions. The
* configure.in libexslt/date.c libexslt/Makefile.am libexslt/exslt.[ch] libexslt/.cvsignore: added implementation of the EXSLT - Dates and Times core functions. The exsltDateFormat* functions need to be reworked but it works like this, even if it's quite messy. * tests/exslt/strings/.cvsignore: added
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 79d10e41..5d57937a 100644
--- a/libexslt/exslt.h
+++ b/libexslt/exslt.h
@@ -15,12 +15,14 @@ LIBEXSLT_PUBLIC extern const int exsltLibxmlVersion;
#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")
+#define EXSLT_DATE_NAMESPACE ((const xmlChar *) "http://exslt.org/dates-and-times")
void exsltCommonRegister (void);
void exsltMathRegister (void);
void exsltSetsRegister (void);
void exsltFuncRegister (void);
void exsltStrRegister (void);
+void exsltDateRegister (void);
void exsltRegisterAll (void);