conf: make virDomainNetDefFormat a public function

We will need to call virDomainNetDefFormat() from the network hook (in
the network driver).
This commit is contained in:
Laine Stump
2014-02-25 16:01:39 +02:00
parent 79358733b0
commit 7c39214cd4
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -15504,7 +15504,7 @@ virDomainActualNetDefFormat(virBufferPtr buf,
return 0;
}
static int
int
virDomainNetDefFormat(virBufferPtr buf,
virDomainNetDefPtr def,
unsigned int flags)