util: XML: Avoid forward function declaration

Recursive functions apparently don't need them, but I originally thought
they do.
This commit is contained in:
Peter Krempa 2014-07-08 15:53:41 +02:00
parent 464f7678d9
commit 036dd423d4
1 changed files with 0 additions and 5 deletions

View File

@ -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,