]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
testutilsqemu: Unexport 'testQemuCapsInit'
authorPeter Krempa <pkrempa@redhat.com>
Thu, 31 Aug 2023 07:45:38 +0000 (09:45 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 6 Sep 2023 12:09:46 +0000 (14:09 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/testutilsqemu.c
tests/testutilsqemu.h

index 05b28699c8b4b52aa84804ef4cfc56b6d1bf265d..bb3e1b52c5bb21c5d9cb9f02a250ac7976fdfe48 100644 (file)
@@ -109,7 +109,7 @@ virHostCPUX86GetCPUID(uint32_t leaf,
     }
 }
 
-virCaps *
+static virCaps *
 testQemuCapsInit(void)
 {
     virCaps *caps;
index 89d40ce9bc2613ca5afbab7e8f9d80b3455d75a5..2d7e2f77799585800c51e178132ee31ca3494fab 100644 (file)
@@ -105,7 +105,6 @@ struct testQemuInfo {
     struct testQemuConf *conf;
 };
 
-virCaps *testQemuCapsInit(void);
 virDomainXMLOption *testQemuXMLConfInit(void);