mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
applied the same kind of refactoring to the HTML saving code. slight API
* HTMLtree.c include/libxml/HTMLtree.h: applied the same kind of refactoring to the HTML saving code. * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected in the doc. Daniel
This commit is contained in:
@@ -70,7 +70,7 @@ int htmlDocDump (FILE *f,
|
||||
xmlDocPtr cur);
|
||||
int htmlSaveFile (const char *filename,
|
||||
xmlDocPtr cur);
|
||||
void htmlNodeDump (xmlBufferPtr buf,
|
||||
int htmlNodeDump (xmlBufferPtr buf,
|
||||
xmlDocPtr doc,
|
||||
xmlNodePtr cur);
|
||||
void htmlNodeDumpFile (FILE *out,
|
||||
|
Reference in New Issue
Block a user