mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +03:00
cleanup some static declarations Daniel
* HTMLtree.c valid.c: cleanup some static declarations Daniel
This commit is contained in:
parent
9ae4b7afa9
commit
86fd5a7671
@ -1,3 +1,7 @@
|
||||
Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* HTMLtree.c valid.c: cleanup some static declarations
|
||||
|
||||
Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmllint.c: removed another strdup()
|
||||
|
@ -297,6 +297,9 @@ found_meta:
|
||||
|
||||
static void
|
||||
htmlDocContentDump(xmlBufferPtr buf, xmlDocPtr cur, int format);
|
||||
static void
|
||||
htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur,
|
||||
int format);
|
||||
|
||||
/**
|
||||
* htmlDtdDump:
|
||||
@ -395,9 +398,6 @@ htmlAttrListDump(xmlBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, int format) {
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int format);
|
||||
|
||||
/**
|
||||
* htmlNodeListDump:
|
||||
* @buf: the HTML buffer output
|
||||
@ -428,7 +428,7 @@ htmlNodeListDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int format) {
|
||||
*
|
||||
* Dump an HTML node, recursive behaviour,children are printed too.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur,
|
||||
int format) {
|
||||
const htmlElemDesc * info;
|
||||
|
Loading…
Reference in New Issue
Block a user