summaryrefslogtreecommitdiff
path: root/libexslt/exslt.h
diff options
context:
space:
mode:
authorThomas Broyer <tbroyer@src.gnome.org>2001-07-15 23:24:13 +0000
committerThomas Broyer <tbroyer@src.gnome.org>2001-07-15 23:24:13 +0000
commite98a65f34db9bd9fb435a6c9f847709af24968e3 (patch)
treeb2d8b5dba75e69470e638210217a74025d1e82e2 /libexslt/exslt.h
parent6ab14c960ef3ee4adadcad154ee5627d33b5f3d6 (diff)
downloadlibxslt-e98a65f34db9bd9fb435a6c9f847709af24968e3.tar.gz
some more generated files to ignore utils.h not installed anymore changed
* libexslt/.cvsignore: some more generated files to ignore * libexslt/Makefile.am: utils.h not installed anymore * libexslt/common.c libexslt/exslt.[ch] libexslt/functions.c libexslt/math.c libexslt/sets.c: changed function prefix from exsl* to exslt* {common.c,exslt.c} moved exsltLib{rary,exslt,xslt,xml}Version from common.c to exslt.c {common.c} removed exslNodeSetFunction, uses xsltFunctionNodeSet instead * libxslt/extra.c: fixed xsltFunctionNodeSet to accept XPATH_NODESET arguments in addition to XPATH_XSLT_TREE * xsltproc/xsltproc.c: updated to use the new function prefix
Diffstat (limited to 'libexslt/exslt.h')
-rw-r--r--libexslt/exslt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libexslt/exslt.h b/libexslt/exslt.h
index 36a17bb7..743d15b1 100644
--- a/libexslt/exslt.h
+++ b/libexslt/exslt.h
@@ -14,12 +14,12 @@ extern const int exsltLibxmlVersion;
#define EXSLT_SETS_NAMESPACE ((const xmlChar *) "http://exslt.org/sets")
#define EXSLT_FUNCTIONS_NAMESPACE ((const xmlChar *) "http://exslt.org/functions")
-void exslCommonRegister (void);
-void exslMathRegister (void);
-void exslSetsRegister (void);
-void exslFuncRegister (void);
+void exsltCommonRegister (void);
+void exsltMathRegister (void);
+void exsltSetsRegister (void);
+void exsltFuncRegister (void);
-void exslRegisterAll (void);
+void exsltRegisterAll (void);
#endif /* __EXSLT_H__ */