Last change
on this file was 105420, checked in by vboxsync, 10 months ago |
libxml2-2.12.6: Applied and adjusted our libxml2 changes to 2.12.6. bugref:10730
|
File size:
331 bytes
|
Line | |
---|
1 | #ifndef XML_XPATH_H_PRIVATE__
|
---|
2 | #define XML_XPATH_H_PRIVATE__
|
---|
3 |
|
---|
4 | #include <libxml/xpath.h>
|
---|
5 |
|
---|
6 | XML_HIDDEN void
|
---|
7 | xmlInitXPathInternal(void);
|
---|
8 |
|
---|
9 | #ifdef LIBXML_XPATH_ENABLED
|
---|
10 | XML_HIDDEN void
|
---|
11 | xmlXPathErrMemory(xmlXPathContextPtr ctxt);
|
---|
12 | XML_HIDDEN void
|
---|
13 | xmlXPathPErrMemory(xmlXPathParserContextPtr ctxt);
|
---|
14 | #endif
|
---|
15 |
|
---|
16 | #endif /* XML_XPATH_H_PRIVATE__ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.