Last change
on this file since 109193 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:
236 bytes
|
Line | |
---|
1 | #ifndef XML_HTML_H_PRIVATE__
|
---|
2 | #define XML_HTML_H_PRIVATE__
|
---|
3 |
|
---|
4 | #include <libxml/xmlversion.h>
|
---|
5 |
|
---|
6 | #ifdef LIBXML_HTML_ENABLED
|
---|
7 |
|
---|
8 | XML_HIDDEN void
|
---|
9 | __htmlParseContent(void *ctx);
|
---|
10 |
|
---|
11 | #endif /* LIBXML_HTML_ENABLED */
|
---|
12 |
|
---|
13 | #endif /* XML_HTML_H_PRIVATE__ */
|
---|
14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.