Hash : ccb6d544 Author : Date : 2022-11-27T02:09:27
Hide internal functions These functions were never declared in public headers, so it should be safe to hide them. Fixes #139.
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef XML_HTML_H_PRIVATE__ #define XML_HTML_H_PRIVATE__ #include <libxml/xmlversion.h> #ifdef LIBXML_HTML_ENABLED XML_HIDDEN void __htmlParseContent(void *ctx); #endif /* LIBXML_HTML_ENABLED */ #endif /* XML_HTML_H_PRIVATE__ */