| Index: third_party/libxslt/libexslt/exslt.h
|
| ===================================================================
|
| --- third_party/libxslt/libexslt/exslt.h (revision 39981)
|
| +++ third_party/libxslt/libexslt/exslt.h (working copy)
|
| @@ -3,8 +3,9 @@
|
| #define __EXSLT_H__
|
|
|
| #include <libxml/tree.h>
|
| +#include <libxml/xpath.h>
|
| #include "exsltexports.h"
|
| -#include "exsltconfig.h"
|
| +#include <libexslt/exsltconfig.h>
|
|
|
| #ifdef __cplusplus
|
| extern "C" {
|
| @@ -85,6 +86,15 @@
|
|
|
| EXSLTPUBFUN void EXSLTCALL exsltRegisterAll (void);
|
|
|
| +EXSLTPUBFUN int EXSLTCALL exsltDateXpathCtxtRegister (xmlXPathContextPtr ctxt,
|
| + const xmlChar *prefix);
|
| +EXSLTPUBFUN int EXSLTCALL exsltMathXpathCtxtRegister (xmlXPathContextPtr ctxt,
|
| + const xmlChar *prefix);
|
| +EXSLTPUBFUN int EXSLTCALL exsltSetsXpathCtxtRegister (xmlXPathContextPtr ctxt,
|
| + const xmlChar *prefix);
|
| +EXSLTPUBFUN int EXSLTCALL exsltStrXpathCtxtRegister (xmlXPathContextPtr ctxt,
|
| + const xmlChar *prefix);
|
| +
|
| #ifdef __cplusplus
|
| }
|
| #endif
|
|
|