]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: sysinfo: Export virSysinfoSetup via the private header
authorPeter Krempa <pkrempa@redhat.com>
Mon, 6 Mar 2017 14:25:07 +0000 (15:25 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Mar 2017 09:44:26 +0000 (10:44 +0100)
commitc58d95b7a0888b7b78c62a2c2615aaddb5cbc904
tree3ba905dcea06727ba46af58a9e59155da0c498eb
parentb38c6b6ad3967af1f8eab239269533df8440ecfa
tests: sysinfo: Export virSysinfoSetup via the private header

virSysinfoSetup should be used only in tests so it can be moved to the
new header file rather than using an extern declaration.
src/util/virsysinfo.c
src/util/virsysinfopriv.h
tests/sysinfotest.c