]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
util: XML: Avoid forward function declaration
authorPeter Krempa <pkrempa@redhat.com>
Tue, 8 Jul 2014 13:53:41 +0000 (15:53 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Jul 2014 08:09:00 +0000 (10:09 +0200)
commit036dd423d4e9707510f0b8d70d37b932b1e405a3
treeabe925ab666b29e6f4095b4bd94c360a9e7be7c2
parent464f7678d990f479515dfddbb2d639852f2355f3
util: XML: Avoid forward function declaration

Recursive functions apparently don't need them, but I originally thought
they do.
src/util/virxml.c