mirror of https://gitee.com/openkylin/libvirt.git
util: XML: Avoid forward function declaration
Recursive functions apparently don't need them, but I originally thought they do.
This commit is contained in:
parent
464f7678d9
commit
036dd423d4
|
@ -932,11 +932,6 @@ virXMLNodeToString(xmlDocPtr doc,
|
|||
typedef int (*virXMLForeachCallback)(xmlNodePtr node,
|
||||
void *opaque);
|
||||
|
||||
static int
|
||||
virXMLForeachNode(xmlNodePtr root,
|
||||
virXMLForeachCallback cb,
|
||||
void *opaque);
|
||||
|
||||
static int
|
||||
virXMLForeachNode(xmlNodePtr root,
|
||||
virXMLForeachCallback cb,
|
||||
|
|
Loading…
Reference in New Issue