1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

Just mad a function public:

- htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
Daniel
This commit is contained in:
Daniel Veillard
2001-01-21 09:48:59 +00:00
parent 5a2b697af8
commit 701c736b96
6 changed files with 23 additions and 3 deletions

View File

@ -937,7 +937,7 @@ htmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const
*
* Dump an HTML document.
*/
static void
void
htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) {
int type;