| OLD | NEW |
| 1 | 1 |
| 2 #ifndef __EXSLT_H__ | 2 #ifndef __EXSLT_H__ |
| 3 #define __EXSLT_H__ | 3 #define __EXSLT_H__ |
| 4 | 4 |
| 5 #include <libxml/tree.h> | 5 #include <libxml/tree.h> |
| 6 #include <libxml/xpath.h> | 6 #include <libxml/xpath.h> |
| 7 #include "exsltexports.h" | 7 #include "exsltexports.h" |
| 8 #include <libexslt/exsltconfig.h> | 8 #include <libexslt/exsltconfig.h> |
| 9 | 9 |
| 10 #ifdef __cplusplus | 10 #ifdef __cplusplus |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 EXSLTPUBFUN int EXSLTCALL exsltSetsXpathCtxtRegister (xmlXPathContextPtr ctxt, | 93 EXSLTPUBFUN int EXSLTCALL exsltSetsXpathCtxtRegister (xmlXPathContextPtr ctxt, |
| 94 const xmlChar *prefix); | 94 const xmlChar *prefix); |
| 95 EXSLTPUBFUN int EXSLTCALL exsltStrXpathCtxtRegister (xmlXPathContextPtr ctxt, | 95 EXSLTPUBFUN int EXSLTCALL exsltStrXpathCtxtRegister (xmlXPathContextPtr ctxt, |
| 96 const xmlChar *prefix); | 96 const xmlChar *prefix); |
| 97 | 97 |
| 98 #ifdef __cplusplus | 98 #ifdef __cplusplus |
| 99 } | 99 } |
| 100 #endif | 100 #endif |
| 101 #endif /* __EXSLT_H__ */ | 101 #endif /* __EXSLT_H__ */ |
| 102 | 102 |
| OLD | NEW |