On 07/08/14 17:51, Eric Blake wrote:
On 07/08/2014 09:29 AM, Peter Krempa wrote:
> Recursive functions apparently don't need them, but I originally thought
> they do.
> ---
> src/util/virxml.c | 5 -----
> 1 file changed, 5 deletions(-)
ACK. When it comes to static functions, it's only mutually recursive
function pairs that need a forward declaration of at least one of the
two functions.
Pushed; Thanks.
Peter