testutilsqemu: Unexport 'testQemuCapsInit'

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2023-08-31 09:45:38 +02:00
parent fd1c066de0
commit 6c31cddd58
2 changed files with 1 additions and 2 deletions

View File

@ -109,7 +109,7 @@ virHostCPUX86GetCPUID(uint32_t leaf,
}
}
virCaps *
static virCaps *
testQemuCapsInit(void)
{
virCaps *caps;

View File

@ -105,7 +105,6 @@ struct testQemuInfo {
struct testQemuConf *conf;
};
virCaps *testQemuCapsInit(void);
virDomainXMLOption *testQemuXMLConfInit(void);