* src/xml.c: fix the build of the proxy broken on previous commit

Daniel
This commit is contained in:
Daniel Veillard 2007-10-23 15:31:33 +00:00
parent 08be2facab
commit 14c5c70a78
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Oct 23 17:30:52 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/xml.c: fix the build of the proxy broken on previous commit
Mon Oct 22 22:33:59 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/xen_internal.c src/xen_unified.c src/xen_unified.h

View File

@ -26,7 +26,6 @@
#include "xs_internal.h" /* for xenStoreDomainGetNetworkID */
#include "xen_unified.h"
#ifndef PROXY
/**
* virXMLError:
* @conn: a connection if any
@ -398,6 +397,7 @@ memory_error:
return(-1);
}
#ifndef PROXY
/************************************************************************
* *