aboutsummaryrefslogtreecommitdiffstats
path: root/os400/rpgsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'os400/rpgsupport.h')
-rw-r--r--os400/rpgsupport.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/os400/rpgsupport.h b/os400/rpgsupport.h
index 20752f51..6725b599 100644
--- a/os400/rpgsupport.h
+++ b/os400/rpgsupport.h
@@ -13,6 +13,7 @@
#include <libxml/xmlmemory.h>
#include <libxml/xpath.h>
+#include "libxml/HTMLparser.h"
XMLPUBFUN xmlFreeFunc __get_xmlFree(void);
@@ -145,4 +146,12 @@ XMLPUBFUN xmlNodePtr __xmlXPathNodeSetItem(xmlNodeSetPtr ns, int index);
XMLPUBFUN int __xmlXPathNodeSetIsEmpty(xmlNodeSetPtr ns);
#endif
+#ifdef LIBXML_HTML_ENABLED
+XMLPUBFUN const char * __htmlDefaultSubelement(const htmlElemDesc * elt);
+XMLPUBFUN int __htmlElementAllowedHereDesc(const htmlElemDesc * parent,
+ const htmlElemDesc * elt);
+XMLPUBFUN const char * *
+ __htmlRequiredAttrs(const htmlElemDesc * elt);
+#endif
+
#endif